chore: optimize typecheck execution (#2499)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"types": [
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
"unplugin-info/client"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/three": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
|
||||
@@ -18,8 +18,7 @@
|
||||
"types": [
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
"unplugin-info/client"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -216,7 +216,6 @@
|
||||
"@types/ws": "catalog:",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"clustr": "catalog:",
|
||||
"csstype": "catalog:",
|
||||
"histoire": "catalog:",
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"unplugin-info/client",
|
||||
"@types/audioworklet",
|
||||
"@webgpu/types"
|
||||
"@types/audioworklet"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user