build: bump up dependencies (#448)

This commit is contained in:
Fine0830
2025-02-20 13:49:58 +08:00
committed by GitHub
parent 2246a9a045
commit 2b6f3ecaa8
23 changed files with 2942 additions and 4444 deletions

View File

@@ -23,6 +23,10 @@
"paths": {
"@/*": ["./src/*"]
},
"noImplicitThis": false
"noImplicitThis": false,
"preserveValueImports": false,
"importsNotUsedAsValues": "remove",
"target": "esnext",
"lib": ["es2019", "dom"]
}
}