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,