Spaces:
Sleeping
Sleeping
| { | |
| "extends": "./tsconfig.json", | |
| "compilerOptions": { | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "outDir": "./dist/api", | |
| "rootDir": ".", | |
| "noEmit": false, | |
| "allowImportingTsExtensions": false | |
| }, | |
| "include": ["api/**/*"] | |
| } |