Skip to content
New issue

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

Transpile-only doesn't work without tsconfig.json #2124

Open
vsDizzy opened this issue Jun 18, 2024 · 0 comments
Open

Transpile-only doesn't work without tsconfig.json #2124

vsDizzy opened this issue Jun 18, 2024 · 0 comments

Comments

@vsDizzy
Copy link

vsDizzy commented Jun 18, 2024

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

  1. create stub src/app.ts
  2. node -r ts-node/register src/app.ts - ok
  3. node -r ts-node/register/transpile-only src/app.ts - error TS5109

Minimal reproduction

https://github.com/vsDizzy/ts-node-app

Specifications

  • ts-node version: v10.9.2
  • node version: v22.3.0
  • TypeScript version: v5.4.5
  • tsconfig.json, if you're using one:
N/A
  • package.json:
{
  "dependencies": {
    "ts-node": "^10.9.2"
  }
}
  • Operating system and version: Win11
  • If Windows, are you using WSL or WSL2?: No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant