updated to es2020

This commit is contained in:
2022-01-31 15:53:23 -06:00
parent 5ee97cfd08
commit 5ce68086b8
5 changed files with 88 additions and 136 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "es2020",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",