diff --git a/tsconfig.json b/tsconfig.json index 1e1e6c9..726ad9b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ESNEXT", + "target": "ES2019", "module": "commonjs", "jsx": "react", "sourceMap": true,