We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is https://typestrong.org/ts-node/docs/paths/ supposed to be working with ESM?
Adding the following to tsconfig.json:
tsconfig.json
"ts-node": { "esm": true, "experimentalSpecifierResolution": "node", "require": ["tsconfig-paths/register"] }
Results in this error:
Error: Cannot find package '@controller/Lesson' imported from /Users/damians/Desktop/box696/packages/api/src/jobs.ts
When trying to load any mapped import:
import LessonController from '@controller/Lesson';
The text was updated successfully, but these errors were encountered:
same as
Sorry, something went wrong.
Here's my workaround for the issue and the thread has other suggestions too
Check this response.
No branches or pull requests
Is https://typestrong.org/ts-node/docs/paths/ supposed to be working with ESM?
Adding the following to
tsconfig.json
:Results in this error:
Error: Cannot find package '@controller/Lesson' imported from /Users/damians/Desktop/box696/packages/api/src/jobs.ts
When trying to load any mapped import:
The text was updated successfully, but these errors were encountered: