fix: 修复 Web tsconfig 节点配置

This commit is contained in:
sunlei 2026-05-18 22:11:35 +08:00
parent 879603bbad
commit c5894f986f

View File

@ -2,6 +2,8 @@
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "node",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]