{ "extends": "../../tsconfig.base.json", "compilerOptions": { "baseUrl": "..", "outDir": "./build", "rootDir": "./src", "emitDeclarationOnly": false, "noEmit": true }, "include": [ "**/*.data.ts", "**/checkTypes.manual.ts", "**/*.spec.ts", "**/test/*" ], "references": [ { "path": "../types/tsconfig.build.json" }, { "path": "../types-augment/tsconfig.build.json" }, { "path": "../types-support/tsconfig.build.json" } ] }