Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: target ES2019 instead of ES2020 for
node@12
compatibility
Typescript supports ES2020 as well (eg. optional chaining, nullish coalescing), but those syntax features should be compiled down to ES2019 syntax instead.
- Loading branch information