diff --git a/tsconfig.json b/tsconfig.json index 09daf58c46..e749006bfa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ }, "compilerOptions": { "target": "ES2022", - "module": "ESNext", + "module": "ES2022", "allowJs": true, "strict": true, "declaration": true,