Update to es2021

This commit is contained in:
Daniel Imms
2023-09-11 06:34:32 -07:00
parent 9e536ca9c3
commit 24b932d67a
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "es2021",
"lib": [
"dom",
"es2015"
"es2021"
],
"rootDir": ".",
"outDir": "../out",