Bump default target for jsconfig template

pull/144136/head
Matt Bierner 2022-02-28 15:16:39 -08:00
parent 37f3aa632f
commit c662fe67bf
No known key found for this signature in database
GPG Key ID: 099C331567E11888
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"type": "object",
"default": {
"compilerOptions": {
"target": "es6"
"target": "es2020"
}
}
}