diff --git a/tsconfig.json b/tsconfig.json index a93ca85..d0f5170 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ /* Base Options: */ "esModuleInterop": true, "skipLibCheck": true, - "target": "ESNext", + "target": "ES2021", "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", @@ -21,4 +21,4 @@ "@/*": ["./src/*"], } }, -} \ No newline at end of file +}