Browse Source

typecheck with tsgo

Yuki Takei 4 months ago
parent
commit
ad1631f86a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pluginkit/package.json

+ 1 - 1
packages/pluginkit/package.json

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