starcraft-tg-webapp/tsconfig.node.json

12 lines
235 B
JSON
Raw Permalink Normal View History

2024-07-18 18:51:17 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
2024-07-19 19:33:22 +08:00
"include": ["./vite.config.ts"]
2024-07-18 18:51:17 +08:00
}