Files
server-manager/wrapper/tsconfig.json
T
2026-07-20 16:44:23 +02:00

11 lines
187 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
}
}