perf: 优化一些小细节

This commit is contained in:
xiaojunnuo
2024-07-15 02:05:26 +08:00
parent 2fd14430a2
commit b1688525db
11 changed files with 63 additions and 18 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
{
"compileOnSave": false,
"compilerOptions": {
// 这样就可以对 `this` 上的数据属性进行更严格的推断`
"noImplicitAny": true,
@@ -44,6 +45,7 @@
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
"node_modules",
"vite.config.ts"
]
}