Merge pull request #105 from confio/es2017

Bump ts target to es2017
This commit is contained in:
Simon Warta 2020-02-18 22:28:41 +01:00 committed by GitHub
commit cee7ea0d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "es6",
"lib": ["es6"]
"target": "es2017",
"lib": ["es2017"]
}
}