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.
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.