Skip to content

Commit

Permalink
add paths for @tsed/core and @tsed/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 30, 2024
1 parent 06c58b8 commit ff6b999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/slackbot-proxy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ff6b999

Please sign in to comment.