chore: optimize typecheck execution (#2499)

This commit is contained in:
Younsang Na
2026-09-10 00:03:27 +08:00
committed by GitHub
parent 0d7b5e9a60
commit db2f8e3064
18 changed files with 12 additions and 52 deletions
-1
View File
@@ -64,7 +64,6 @@
"@types/audioworklet": "catalog:",
"@types/three": "catalog:",
"@vue/test-utils": "catalog:",
"@webgpu/types": "catalog:",
"jsdom": "catalog:",
"unplugin-info": "catalog:",
"vitest": "catalog:vitest",
+1 -2
View File
@@ -13,8 +13,7 @@
"types": [
"vitest",
"vite/client",
"unplugin-info/client",
"@webgpu/types"
"unplugin-info/client"
],
"allowJs": true,
"strict": true,
-1
View File
@@ -63,7 +63,6 @@
"@types/audioworklet": "catalog:",
"@types/splitpanes": "catalog:",
"@types/three": "catalog:",
"@webgpu/types": "catalog:",
"unplugin-info": "catalog:",
"vue-tsc": "catalog:"
}
+1 -2
View File
@@ -18,8 +18,7 @@
"types": [
"vitest",
"vite/client",
"unplugin-info/client",
"@webgpu/types"
"unplugin-info/client"
],
"allowJs": true,
"strict": true,
-1
View File
@@ -216,7 +216,6 @@
"@types/ws": "catalog:",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@webgpu/types": "catalog:",
"clustr": "catalog:",
"csstype": "catalog:",
"histoire": "catalog:",
+1 -2
View File
@@ -14,8 +14,7 @@
"vitest",
"vite/client",
"unplugin-info/client",
"@types/audioworklet",
"@webgpu/types"
"@types/audioworklet"
],
"allowJs": true,
"strict": true,