{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src/", "outDir": "./dist/", "noEmit": false }, "include": ["./src"], "references": [ { "path": "../../framework" }, { "path": "../model" }, { "path": "../components" }, { "path": "../shared" }, { "path": "../data-view" }, { "path": "../widget-drag-handle" } ] }