{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "dist", "rootDir": ".", "types": ["node"], "allowImportingTsExtensions": true, "noEmit": true }, "include": ["test", "src/postprocess.ts"], "references": [ { "path": "../shared" }, { "path": "../collect" } ] }