chore: optimize typecheck execution (#2499)
This commit is contained in:
@@ -136,7 +136,6 @@
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"csstype": "catalog:",
|
||||
"hfup": "catalog:",
|
||||
"less": "catalog:",
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
"vue-macros/macros-global",
|
||||
"@types/audioworklet",
|
||||
"unplugin-info/client",
|
||||
"node",
|
||||
"@webgpu/types"
|
||||
"node"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -189,7 +189,6 @@
|
||||
"@types/yauzl": "catalog:",
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"builder-util-runtime": "catalog:",
|
||||
"cac": "catalog:",
|
||||
"crossws": "catalog:",
|
||||
|
||||
@@ -39,8 +39,7 @@
|
||||
"vue-macros/macros-global",
|
||||
"electron-vite/node",
|
||||
"unplugin-info/client",
|
||||
"@proj-airi/stage-shared/electron-renderer",
|
||||
"@webgpu/types"
|
||||
"@proj-airi/stage-shared/electron-renderer"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -134,7 +134,6 @@
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"csstype": "catalog:",
|
||||
"hfup": "catalog:",
|
||||
"less": "catalog:",
|
||||
|
||||
@@ -26,8 +26,7 @@
|
||||
"vite-plugin-pwa/client",
|
||||
"vue-macros/macros-global",
|
||||
"@types/audioworklet",
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
"unplugin-info/client"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -71,7 +71,6 @@
|
||||
"@vitejs/plugin-vue": "catalog:",
|
||||
"@vue-macros/volar": "catalog:",
|
||||
"@vueuse/motion": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"unplugin-yaml": "catalog:",
|
||||
"vite": "catalog:",
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
"vite/client",
|
||||
"vite-plugin-vue-layouts/client",
|
||||
"vue-macros/macros-global",
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
"unplugin-info/client"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user