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
TSError: ⨯ Unable to compile TypeScript:
error TS5109: Option 'moduleResolution' must be set to 'NodeNext' (or left unspecified) when option 'module' is set to 'NodeNext'.
Search Terms
transpile-only tsconfig.json TS5109
Expected Behavior
No error
Actual Behavior
TSError: ⨯ Unable to compile TypeScript:
error TS5109: Option 'moduleResolution' must be set to 'NodeNext' (or left unspecified) when option 'module' is set to 'NodeNext'.
Steps to reproduce the problem
node -r ts-node/register src/app.ts
- oknode -r ts-node/register/transpile-only src/app.ts
- error TS5109Minimal reproduction
https://github.com/vsDizzy/ts-node-app
Specifications
The text was updated successfully, but these errors were encountered: