⚙target: es2017 ▶ ES2020

This commit is contained in:
Philipp Dormann 2020-12-03 18:49:21 +01:00
parent ffc31506e3
commit 9051b7565c

View File

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