Information
I am trying to implement a complex folder structure in ts.ed and it involves quite a few folders. In order to keep the imports section neat and easy to use I am trying to alias all important folder paths inside tsconfig.node.json.
Each path do get resolved on every single file except for Controllers. I always have to go with relative file path when it gets to controller imports.
Is there a solution to this problem?
I have defined custom path in tsconfig.node.json

Error:
- Version: cli-6.6.0,
"@tsed/di": "^8.14.1",
"@tsed/engines": "^8.14.1",
- Packages:
A few sentences describing the overall goals of the issue.
Example
Acceptance criteria