فهرست منبع

add paths for @tsed/core and @tsed/schema

Futa Arai 1 سال پیش
والد
کامیت
ff6b999f3c
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      apps/slackbot-proxy/tsconfig.json

+ 3 - 1
apps/slackbot-proxy/tsconfig.json

@@ -7,7 +7,9 @@
 
     "baseUrl": ".",
     "paths": {
-      "~/*": ["./src/*"]
+      "~/*": ["./src/*"],
+      "@tsed/core": ["./node_modules/@tsed/core"],
+      "@tsed/schema": ["./node_modules/@tsed/schema"],
     },
 
     /* TODO: remove below flags for strict checking */