mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* tgui: Updates typescript, other dependencies (#72279) ## 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> * tgui: Updates typescript, other dependencies Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com>