| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "composite": true, | |
| "outDir": "./dist", | |
| "rootDir": "./src" | |
| }, | |
| "include": ["src"] | |
| } | |
| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "composite": true, | |
| "outDir": "./dist", | |
| "rootDir": "./src" | |
| }, | |
| "include": ["src"] | |
| } | |