You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kit bundler will take this configuration, and use it to generate a programmatically-consumable, typesafe API. Something along the lines of a typescript .d.ts file.
Other packages which depend on this kit will naturally gain access to the typesafe API, and benefit from it in IDEs like VSCode and at lint/build time.
The text was updated successfully, but these errors were encountered:
An external bundle exports a collection of packages, each under a unique name. The external bundle author specifies this mapping as kit configuration.
For example, it might look like this:
The kit bundler will take this configuration, and use it to generate a programmatically-consumable, typesafe API. Something along the lines of a typescript .d.ts file.
Other packages which depend on this kit will naturally gain access to the typesafe API, and benefit from it in IDEs like VSCode and at lint/build time.
The text was updated successfully, but these errors were encountered: