浏览代码

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,