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