diff --git a/tsconfig.json b/tsconfig.json index b4eac72..84159d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "allowSyntheticDefaultImports": true, "skipLibCheck": true, "jsx": "preserve", - "target": "es2017", + "target": "esnext", "module": "commonjs", "moduleResolution": "node", "esModuleInterop": true,