Bump all targets to es2020

Fixes #530
This commit is contained in:
Matt Bierner
2022-02-28 13:45:14 -08:00
parent 1150a1d184
commit 0d36653b0d
66 changed files with 128 additions and 119 deletions

View File

@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["ES2019"],
"target": "es2020",
"lib": ["es2020"],
"outDir": "out",
"sourceMap": true,
"strict": true,