| 123456789101112131415161718192021222324 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "types": [
- "node"
- ]
- },
- "include": [
- "src"
- ],
- "references": [
- {
- "path": "../webworker-runtime"
- },
- {
- "path": "../../util/home-paths"
- },
- {
- "path": "../../runtime-diagnostics/invariants"
- }
- ]
- }
|