Bump target to es2019 in extensions

This should be a safe target for our current node version and for web
This commit is contained in:
Matt Bierner 2021-06-07 15:37:27 -07:00
parent b0afadadf4
commit a4e9f7e232
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -1,8 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es2018", "target": "es2019",
"lib": [ "lib": [
"es2018" "es2019"
], ],
"module": "commonjs", "module": "commonjs",
"strict": true, "strict": true,