| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "./dist-ts", | |
| "rootDir": "." | |
| }, | |
| "include": ["src", "*.config.js", "package.json"] | |
| } | |
| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "./dist-ts", | |
| "rootDir": "." | |
| }, | |
| "include": ["src", "*.config.js", "package.json"] | |
| } | |