소스 검색

fix tsconfig.json

Yuki Takei 5 년 전
부모
커밋
840aaf4127
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      packages/slackbot-proxy/tsconfig.json

+ 3 - 3
packages/slackbot-proxy/tsconfig.json

@@ -20,10 +20,10 @@
 
     /* Module Resolution Options */
     "moduleResolution": "node",
-    "baseUrl": ".",
+    "baseUrl": "src",
     "paths": {
-      "~/*": ["src/*"],
-      "^/*": ["./*"],
+      "~/*": ["./*"],
+      "^/*": ["../*"],
     },
     "typeRoots": [
       "../../node_modules/@types",