Upgrade to ES2019 target

This commit is contained in:
Sam Becker 2025-05-27 18:02:39 -05:00
parent d0fdbf4e04
commit 0bd2e395d8

View File

@ -26,7 +26,7 @@
"./src/*"
]
},
"target": "ES2017"
"target": "ES2019"
},
"include": [
"**/*.ts",