{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src/", "outDir": "./dist/", "noEmit": false }, "include": ["./src"], "references": [ { "path": "../../framework/global" }, { "path": "../../framework/store" }, { "path": "../../framework/block-std" }, { "path": "../../framework/inline" }, { "path": "../model" }, { "path": "../components" }, { "path": "../shared" } ] }