-
Notifications
You must be signed in to change notification settings - Fork 509
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
Update typescript from 3 to 4 #1147
Comments
The latest code in this repo uses typescript v4, but the latest published version of TSDX is still referencing v3, however the build step in the published version is using |
If you for example use Template Literal Types, for instance;
Compilation fails since it is a TS 4.1 feature. |
@tim-phillips That's not correct. At least with yarn. Rollup gets to use ts 3.9. I have a script that removes that typescript from local node_modules of tsdx. That makes it use ts 4 installed. Something like this:
|
There are a number of other issues in this repository about the super-old TypeScript 3.9.9 inside
|
I think this repo is abandoned by @jaredpalmer |
Using a fork weiran-zsd/dts-cli. |
TSDX uses typescript version 3.
Many new features are available in version 4. Please update to the latest version.
The text was updated successfully, but these errors were encountered: