Răsfoiți Sursa

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

Futa Arai 1 an în urmă
părinte
comite
ff6b999f3c
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      apps/slackbot-proxy/tsconfig.json

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

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