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

@ -6,7 +6,7 @@
"noEmit": true,
"rootDir": ".",
"module": "esnext",
"lib": ["ES2019", "dom"],
"lib": ["ES2020", "dom"],
"types": ["webpack-env", "vscode-notebook-renderer"],
"allowSyntheticDefaultImports": true
}