Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.server.tsbuildinfo", | |
| "target": "es2023", | |
| "lib": ["ES2023"], | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "types": ["node"], | |
| "skipLibCheck": true, | |
| "outDir": "server-dist", | |
| "rootDir": ".", | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noFallthroughCasesInSwitch": true | |
| }, | |
| "include": ["server/**/*.ts", "src/contractEngine.ts"] | |
| } | |