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,
|
||||
|
||||
Reference in New Issue
Block a user