diff --git a/tsconfig.json b/tsconfig.json index 372f9fcd..f429c937 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,9 +6,10 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "target": "es2017", + "target": "esnext", "lib": [ - "es2017" + "es2017", + "esnext" ], "baseUrl": "./", "resolveJsonModule": true,