diff --git a/tsconfig.json b/tsconfig.json index 39fe93e..7811212 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { - "target": "ES6", + "target": "es2022", + "module": "es2022", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,