feat: set package build target to es2017 (#4341)

This commit is contained in:
David Luzar 2021-12-07 16:38:46 +01:00 committed by GitHub
parent 9b8ee3cacf
commit dfbfbc3f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2017",
"module": "es2015",
"moduleResolution": "node",
"resolveJsonModule": true,