Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: transpile to es2017 as esnext may result in unsupported JS code (#…
…593) Transpile to es2017 to ensure compatiblity with Node.Js 8. Otherwise use of e.g. the optional chaining operator ?. supported since typescript 3.7 results in js not running on nodejs 8. Es2017 is the minimum to get native await support.
- Loading branch information