diff --git a/tsconfig.json b/tsconfig.json index 4134825..a27e527 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "jsx": "react-jsx", "moduleResolution": "Bundler", "resolveJsonModule": true, + "module": "ES2022", "target": "ES2022", "strict": true, "allowJs": true,