[nx-plugin] TS5110: Option 'module' must be set to 'NodeNext' when option 'moduleResolution' is set to 'NodeNext'. #29139
Labels
outdated
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
type: bug
Current Behavior
E2E target of plugins created in Nx 20.2.0-beta.4, fails with the following error:
Expected Behavior
e2e target should run without issues
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
npm 10.9.1
Operating System
Additional Information
nx run my-plugin-e2e:e2e
NX Jest: Failed to parse the TypeScript config file ~/Projects/sandbox/packages/my-plugin-e2e/jest.config.ts
TSError: ⨯ Unable to compile TypeScript:
error TS5110: Option 'module' must be set to 'NodeNext' when option 'moduleResolution' is set to 'NodeNext'.
Pass --verbose to see the stacktrace.
The text was updated successfully, but these errors were encountered: