diff --git a/tsconfig.json b/tsconfig.json index c5e2f59a9..8d41161b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "strict": true, - "target": "es6", + "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": false,