소스 검색

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,