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