You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I think that your code can not work once compiled, it will work in typescript (ie: if you run your code with ts-node), but not after compilation ... as the string controller/**/*.ts will not change, so, as after compilation phase, all your files are changed to javascript (with a js extension) so it will not match anything.
When using controller directory have subdicrectory.
directory example
I try include controller
/**/*.ts
but only load main-controller.tsTemporary use directly load directory.
please fix load subdirectory use
/**/*.ts
.The text was updated successfully, but these errors were encountered: