chore: 升级依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2024-09-21 12:09:41 +08:00
parent cd21f1e050
commit 4e14ab22ba
9 changed files with 1574 additions and 1549 deletions

View File

@@ -78,7 +78,8 @@ export default defineFlatConfig([
languageOptions: {
parser: parserTypeScript,
parserOptions: {
sourceType: "module"
sourceType: "module",
warnOnUnsupportedTypeScriptVersion: false
}
},
plugins: {