Spaces:
Paused
Paused
| { | |
| "extends": "../../tsconfig.base.json", | |
| "compilerOptions": { | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "resolveJsonModule": true | |
| }, | |
| "references": [ | |
| { | |
| "path": "../types" | |
| } | |
| ] | |
| } | |
| { | |
| "extends": "../../tsconfig.base.json", | |
| "compilerOptions": { | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "resolveJsonModule": true | |
| }, | |
| "references": [ | |
| { | |
| "path": "../types" | |
| } | |
| ] | |
| } | |