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