diff --git a/tsconfig.json b/tsconfig.json index c52d22a..c0f577c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "module": "esnext", + "target": "ES6", + "module": "ES2020", "strict": true, "declaration": true, "esModuleInterop": true,