| 123456789101112131415 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types"
- },
- "include": ["src"],
- "references": [
- { "path": "../helper" },
- { "path": "../telemetry" },
- { "path": "../../ui/app-boot" },
- { "path": "../../../vendor/cordis" },
- { "path": "../../support/invariants" }
- ]
- }
|