GameServerManager/client/tsconfig.node.json
2025-07-08 11:51:05 +08:00

10 lines
No EOL
212 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}