Files
huobao-drama/web/tsconfig.node.json
2026-01-12 19:30:52 +08:00

12 lines
236 B
JSON

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