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