瀏覽代碼

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",