配置严格的大小写检查

This commit is contained in:
zqm
2026-01-09 14:54:27 +08:00
parent e7f9985c45
commit d4049ac891
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.js"]
}