DrBranestawm / BCAR

Contact me via drbranestawm@proton.me
GNU General Public License v3.0
8 stars 12 forks source link

Enable TypeScript support #101

Open zorgjbe opened 7 months ago

zorgjbe commented 7 months ago

This sets up the bare minimum needed to get VSCode to be type-aware around here. I tried to fix as much of the errors through typing I could, but there's a few things I left because they're either wrong, I couldn't understand the reason, or was just lazy.

This loads Rama's bc-stubs & ModSDK, which you'll need to keep updated through npm, and FBC's API defs which are copied from its repo, and types out most of BCAR's internal API, giving visibility into deprecations, errors and all that jazz.