2
0
Yuki Takei 4 сар өмнө
parent
commit
6640044a88

+ 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 */