|
|
@@ -61,7 +61,7 @@
|
|
|
"dev": "vite build --mode dev",
|
|
|
"watch": "pnpm run dev -w --emptyOutDir=false",
|
|
|
"lint:js": "biome check",
|
|
|
- "lint:typecheck": "vue-tsc --noEmit",
|
|
|
+ "lint:typecheck": "tsgo --noEmit",
|
|
|
"lint": "npm-run-all -p lint:*",
|
|
|
"test": "vitest run --coverage"
|
|
|
},
|