diff --git a/tsconfig.json b/tsconfig.json index 18085687..9a7e6c49 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "esnext", "module": "commonjs", "moduleResolution": "node", "baseUrl": ".",