You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the effort to update the TypeScript configuration in the log-viewer-webui component to align with modern standards and Vite's recommendations.
Background
In the yscope-log-viewer project, we've migrated from Webpack to Vite and noticed that our TypeScript configurations should be updated to use ES2023 for TypeScript 5.5+ compatibility.
Task
Update the target in components/log-viewer-webui/client/tsconfig/tsconfig.node.json from ES2022 to ES2023
Overview
This issue tracks the effort to update the TypeScript configuration in the log-viewer-webui component to align with modern standards and Vite's recommendations.
Background
In the yscope-log-viewer project, we've migrated from Webpack to Vite and noticed that our TypeScript configurations should be updated to use ES2023 for TypeScript 5.5+ compatibility.
Task
components/log-viewer-webui/client/tsconfig/tsconfig.node.json
from ES2022 to ES2023Reference
cc: @junhaoliao
The text was updated successfully, but these errors were encountered: