Files
huobao-drama/web/tsconfig.node.json
Connor 9600fc542c init
2026-01-12 13:17:11 +08:00

11 lines
213 B
JSON

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