12345678910111213141516171819 |
- {
- "extends": "../../../../tsconfigbase",
- "compilerOptions": {
- "outDir": "build",
- "rootDir": "src",
- "module": "commonjs",
- "strictNullChecks": true,
- "types": ["node"]
- },
- "include": ["src/**/*"],
- "references": [
- {
- "path": "../../../coreutils"
- },
- {
- "path": "../.."
- }
- ]
- }
|