-
Notifications
You must be signed in to change notification settings - Fork 205
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
fix: ts config loading by moving to new loader #2401
base: main
Are you sure you want to change the base?
Conversation
Would be great to see this merged! This fixes that we can use ESM in the |
@MikeMatusz sorry for missing this. Could you update the lock file? |
@hipstersmoothie Branch has been updated. Seems like |
@MikeMatusz you can ignore those ones |
It does look like the tests need fixing though |
I get 50 failing tests just running on the |
What Changed
Switched from the unsupported
@endemolshinegroup/cosmiconfig-typescript-loader
library with it's recommended replacement fork: codex-/cosmiconfig-typescript-loader.Why
The unsupported library had conflicted
ts-node
dependencies that didn't allow it to work with newer versions of TypeScript.Fixes #2248
Todo:
Change Type
Indicate the type of change your pull request is:
documentation
patch
minor
major