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

Issues arising from Typescript ESM upgrade #138

Closed
anthonyhastings opened this issue Jan 6, 2022 · 0 comments · Fixed by #156
Closed

Issues arising from Typescript ESM upgrade #138

anthonyhastings opened this issue Jan 6, 2022 · 0 comments · Fixed by #156
Assignees

Comments

@anthonyhastings
Copy link
Owner

Upon shipping #137 the express:dev-server command has broken. This is because ts-node isn't understanding .mts files out of the box just yet.

Further Information:

Wait until the above issues have been resolved, then update ts-node and make any necessary changes in order to have the dev server working again.


There's also another issue that the linter and test suite are complaining about the use of the nightly version of typescript. This should move to a dedicated stable version once the nodenext logic drops properly, with updates to linting / testing packages as needed

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

Successfully merging a pull request may close this issue.

1 participant