Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "es6", | |
| "module": "commonjs", | |
| "outDir": "./dist/server", | |
| "strict": true, | |
| "sourceMap": true, | |
| "typeRoots": [ | |
| "node_modules/@types" | |
| ] | |
| }, | |
| "exclude": [ | |
| "dist", | |
| "node_modules" | |
| ] | |
| } |