diff --git a/tsconfig.json b/tsconfig.json index 9c23c4af..dde632aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "incremental": true, - "target": "ESNEXT", + "target": "ES2019", "module": "commonjs", "declaration": false, "outDir": "./lib",