| 12345678910111213141516 |
- {
- "compilerOptions": {
- "target": "es2018",
- "module": "commonjs",
- "sourceMap": true,
- "outDir": "production-server",
- "noUnusedLocals": false,
- "resolveJsonModule": true,
- "esModuleInterop": true,
- "noEmit": false,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "strict": false
- },
- "include": ["global.d.ts", "server"]
- }
|