| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "lib": ["ES2022"], | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "declaration": true, | |
| "emitDeclarationOnly": true, | |
| "outDir": "./dist", | |
| "rootDir": ".", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "esModuleInterop": true, | |
| "resolveJsonModule": true | |
| }, | |
| "include": ["server.ts"] | |
| } | |