Explorar el Código

typecheck with tsgo

Yuki Takei hace 4 meses
padre
commit
6640044a88
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 1 1
      packages/presentation/package.json
  2. 0 1
      packages/presentation/tsconfig.json

+ 1 - 1
packages/presentation/package.json

@@ -35,7 +35,7 @@
     "watch": "pnpm run dev -w --emptyOutDir=false",
     "lint:js": "biome check",
     "lint:styles": "stylelint --allow-empty-input \"src/**/*.scss\" \"src/**/*.css\"",
-    "lint:typecheck": "vue-tsc --noEmit",
+    "lint:typecheck": "tsgo --noEmit",
     "lint": "run-p lint:*"
   },
   "dependencies": {

+ 0 - 1
packages/presentation/tsconfig.json

@@ -4,7 +4,6 @@
   "compilerOptions": {
     "jsx": "react-jsx",
 
-    "baseUrl": ".",
     "paths": {},
 
     /* TODO: remove below flags for strict checking */