fab-spec/fab

TypeScript: Support for typechecking the `settings` object

Opened this issue · 1 comments

Per Discord discussion.

TypeScript projects may want to type the settings object to:

  • enumerate known variables
  • specify restrictive types (enums, strings) for certain variables

Working on a PR for this :)