This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Support non-ES5 target in tsconfig #83
Closed
Description
Thanks for your work on this project.
This is a feature request for support for tsconfig targets beyond ES5. I experimentally found that typewiz crashes on targets above ES5 (on things like destructuring params and whatnot).
I'd love to apply this to a large and newly migrated TS codebase that is targeting ES2017 (and more codebases beyond this one). However, downgrading the codebase to ES5 would be a large undertaking (and a backward step at that).