瀏覽代碼

ignore "^/*" path temporary

Yuki Takei 5 年之前
父節點
當前提交
2cb1dd270a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/growi-bot-proxy/src/index.ts
  2. 1 1
      packages/growi-bot-proxy/tsconfig.base.json

+ 1 - 1
packages/growi-bot-proxy/src/index.ts

@@ -1,7 +1,7 @@
 import { $log } from '@tsed/common';
 import { PlatformExpress } from '@tsed/platform-express';
 
-import helpers from '^/src/lib/util/helpers';
+import helpers from '../../../src/lib/util/helpers';
 
 import { Server } from './Server';
 

+ 1 - 1
packages/growi-bot-proxy/tsconfig.base.json

@@ -23,7 +23,7 @@
     "baseUrl": ".",
     "paths": {
       "~/*": ["src/*"],
-      "^/*": ["../../*"],
+      // "^/*": ["../../*"],
     },
     "typeRoots": [
       "../../node_modules/@types",