tunnelvisionlabs/antlr4ts

Is there any way to downlevel the dts files?

Danieladu opened this issue · 0 comments

This library applied typescript 4.0 in the latest version. But for the Typescript does not comply with Semantic Version Policy, it would break in some “low-level” versions which < 3.6.

So, is there any way to apply this library in some low-level typescript versions? (3.3, 3.4, 3.5. etc.)

Maybe downlevel-dts is an option?