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
- Update the target in
components/log-viewer-webui/client/tsconfig/tsconfig.node.json from ES2022 to ES2023
- Ensure backward compatibility with existing code
Reference
cc: @junhaoliao
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.jsonfrom ES2022 to ES2023Reference
cc: @junhaoliao