mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
@@ -20,7 +20,8 @@
|
||||
},
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"build": "tsc && vite build",
|
||||
"typecheck": "tsc --noEmit && tsc-strict",
|
||||
"build": "npm run typecheck && vite build",
|
||||
"dev": "vite",
|
||||
"preview": "vite preview",
|
||||
"watch": "vite build --watch",
|
||||
@@ -54,6 +55,7 @@
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.6.3",
|
||||
"typescript-eslint": "^8.14.0",
|
||||
"typescript-strict-plugin": "^2.4.4",
|
||||
"vite": "^5.3.4",
|
||||
"vite-plugin-dts": "^4.3.0",
|
||||
"vitest": "^2.1.4"
|
||||
|
||||
Reference in New Issue
Block a user