Ver Fonte

ignore "^/*" path temporary

Yuki Takei há 5 anos atrás
pai
commit
2cb1dd270a

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

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

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

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