Support TS 4.0+
See original GitHub issuePretty simple, the package.json should support TS 4.0 which was just released. I would submit a PR to make the change, but I’m not sure what you’d prefer to use, e.g. ^3.0.0 || ^4.0.0 would work, or >= 3.0.0. Depends on your preferences I guess.
(TS doesn’t use semantic versioning, so 3.9 -> 4.0 is no different than 3.9 -> 3.10 to them.)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Documentation - TypeScript 4.0
TypeScript 4.0 improves the inference process for rest parameters and rest tuple elements so that we can type this and have it “just...
Read more >Announcing TypeScript 4.0 - Microsoft Developer Blogs
In the 3.4 release, we leaned farther into supporting functional patterns, with better support for immutable data structures, and improved ...
Read more >Support TypeScript 4.x · Issue #1887 · kulshekhar/ts-jest · GitHub
2 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0).
Read more >5 Things I Love About TypeScript 4.0 Release - Bits and Pieces
5 Things I Love About TypeScript 4.0 Release · 1. Editor improvements · 2. Compound assignment operators support for three operators · 3....
Read more >TS 4.0+ Toe Strap - Union Binding Company
TS 4.0 + toe straps keep you locked in for the ride down without letting you know they're there. A new shorter buckle...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is now released. Thanks again for raising this. https://github.com/mrmckeb/typescript-plugin-css-modules/releases/tag/v2.5.0
Hi @mellis481, are you still having this issue? I’ve been doing some work today and didn’t have any issues with TypeScript 4.x.