diff --git a/tsconfig.json b/tsconfig.json index 73b968c..25531c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,10 @@ "strictNullChecks": true, "module": "esnext", "moduleResolution": "node", - "target": "es6", + "target": "ES2019", "outDir": "out", "lib": [ - "es6" + "ES2019" ], "sourceMap": true, "rootDir": "src"