| { | |
| "extends": "../../tsconfig.json", | |
| "include": ["src"], | |
| "compilerOptions": { | |
| "noEmit": false, | |
| "emitDeclarationOnly": true, | |
| "declaration": true, | |
| "outDir": "dist/types" | |
| } | |
| } | |
| { | |
| "extends": "../../tsconfig.json", | |
| "include": ["src"], | |
| "compilerOptions": { | |
| "noEmit": false, | |
| "emitDeclarationOnly": true, | |
| "declaration": true, | |
| "outDir": "dist/types" | |
| } | |
| } | |