Browse Source

typecheck with tsgo

Yuki Takei 2 months ago
parent
commit
b2db91e051
2 changed files with 1 additions and 2 deletions
  1. 1 1
      packages/ui/package.json
  2. 0 1
      packages/ui/tsconfig.json

+ 1 - 1
packages/ui/package.json

@@ -34,7 +34,7 @@
     "watch": "pnpm run dev -w --emptyOutDir=false",
     "watch": "pnpm run dev -w --emptyOutDir=false",
     "lint:js": "biome check",
     "lint:js": "biome check",
     "lint:styles": "stylelint \"./scss/**/*\"",
     "lint:styles": "stylelint \"./scss/**/*\"",
-    "lint:typecheck": "vue-tsc --noEmit",
+    "lint:typecheck": "tsgo --noEmit",
     "lint": "npm-run-all -p lint:*"
     "lint": "npm-run-all -p lint:*"
   },
   },
   "dependencies": {},
   "dependencies": {},

+ 0 - 1
packages/ui/tsconfig.json

@@ -4,7 +4,6 @@
   "compilerOptions": {
   "compilerOptions": {
     "jsx": "react-jsx",
     "jsx": "react-jsx",
 
 
-    "baseUrl": ".",
     "paths": {
     "paths": {
       "~/*": ["./src/*"]
       "~/*": ["./src/*"]
     }
     }