{ "extends": "../../tsconfig.base.json", "compilerOptions": { "baseUrl": "..", "outDir": "./build", "rootDir": "./src", "emitDeclarationOnly": false, "noEmit": true }, "include": [ "**/*.spec.ts", "**/*.spec.tsx" ], "references": [ { "path": "../dev/tsconfig.build.json" }, { "path": "../dev-test/tsconfig.build.json" } ] }