⚙target: es2017 ▶ ES2020

This commit is contained in:
Philipp Dormann 2020-12-03 18:49:21 +01:00
parent ffc31506e3
commit 9051b7565c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "ES2020",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",