| { | |
| "extends": "../../config/typescript/tsconfig.base.json", | |
| "compilerOptions": { | |
| "module": "nodenext", | |
| "moduleResolution": "nodenext", | |
| "lib": ["esnext", "dom"], | |
| "outDir": "ignored", | |
| "rootDir": ".", | |
| "checkJs": true, | |
| "noEmit": true, | |
| "noImplicitAny": true, | |
| "allowImportingTsExtensions": true, | |
| "erasableSyntaxOnly": true | |
| } | |
| } |