diff --git a/tsconfig.json b/tsconfig.json index 80587c9..2a91e81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "esModuleInterop": true, "composite": true, "lib": ["esnext", "dom"], - "target": "es2017", + "target": "ES5", "module": "commonjs", "moduleResolution": "node", "skipLibCheck": true,