Browse Source

chore(typescript): remove deprecated baseUrl from tsconfig

TypeScript 6 deprecates baseUrl and will stop supporting it in TypeScript 7.
Keep the @/* path mapping working without baseUrl.
satnaing 3 tháng trước cách đây
mục cha
commit
807643be21
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      tsconfig.app.json
  2. 0 1
      tsconfig.json

+ 0 - 1
tsconfig.app.json

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

+ 0 - 1
tsconfig.json

@@ -5,7 +5,6 @@
     { "path": "./tsconfig.node.json" }
   ],
   "compilerOptions": {
-    "baseUrl": ".",
     "paths": {
       "@/*": ["./src/*"]
     }