Explorar el Código

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 hace 3 meses
padre
commit
807643be21
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  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/*"]
     }