Преглед изворни кода

fix: remove baseUrl as it messes up with the auto import paths (#2544)

Harminder Virk пре 4 месеци
родитељ
комит
cd8743b948
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      tsconfig.json

+ 0 - 1
tsconfig.json

@@ -13,7 +13,6 @@
     "inlineSourceMap": true,
     "outDir": "./.medusa/server",
     "rootDir": "./",
-    "baseUrl": ".",
     "jsx": "react-jsx",
     "forceConsistentCasingInFileNames": true,
     "resolveJsonModule": true,