web: fix Vite config tsconfig includes (#5450)

This commit is contained in:
fatedier
2026-07-27 19:21:28 +08:00
committed by GitHub
parent de4b483710
commit 2175557d48
4 changed files with 2 additions and 12 deletions

View File

@@ -6,5 +6,5 @@
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.mts"]
}