diff --git a/tsconfig.web.json b/tsconfig.web.json index 98ce8d10b0..4e3fef4195 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -11,6 +11,7 @@ "compilerOptions": { "composite": true, "jsx": "react-jsx", + "target": "ES2022", "noUnusedLocals": false, "strict": true, "baseUrl": ".",