mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 03:52:31 +00:00
## About The Pull Request The largest change to this is that it updates typescript from 4.3.5 to 4.9.4. It also does some QoL to update @ types, yarn version, and typescript-eslint-parser (OPTIONAL) I did this by: 1. Updating typescript `yarn add typescript` 2. Updating other types `yarn add @types/...` 3. Repackaging typescript (and other) workplace sdks `yarn dlx @yarnpkg/sdks` 4. Updates yarn via corepack `yarn set version stable` 5. Fixes a couple places where typescript was mad ## Why It's Good For The Game - I want to do things like make discriminating type unions - Huge leap into typescript so I can better type out tgui core - TS >>> JS ## Changelog N/A Nothing player facing Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>