Mojang / ore-ui

💎 Building blocks to construct game UIs using web tech.
https://react-facet.mojang.com/
MIT License
404 stars 19 forks source link

Upgrade TypeScript version + tie VSCode TS version to workspace #93

Closed xaviervia closed 1 year ago

xaviervia commented 1 year ago

Version 4.8.2 required some type fixes which will also be useful downstream (for consuming projects)

The PR also adds settings for VSCode to pick up the version of TypeScript from the workspace. This way we will avoid divergence of errors between VSCode and the pipeline in the future.