Update build target to es2018

This commit is contained in:
Bill Thornton 2024-06-03 10:33:11 -04:00
parent 8c3eb9c48d
commit 3cdde2cab9

View File

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