Merge pull request #712 from thornbill/update-target-es2018

Update build target to es2018
This commit is contained in:
Bill Thornton 2024-06-03 10:47:44 -04:00 committed by GitHub
commit 09f0b6bba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ES2015",
"target": "ES2018",
"module": "ES2015",
"moduleResolution": "Node",
"declaration": true,