diff --git a/tsconfig.json b/tsconfig.json index bf149432..22532fd5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowJs": true, "strict": true, - "target": "ESNext", + "target": "ES2023", "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "noImplicitOverride": true