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
so that users can get type annotations in their .solitarc.js when they do stuff like
/** @type {import('@metaplex-foundation/solita').SolitaConfig} */
const EXPORTS = {
// user now has access to typed IDE prompts for each config field
}
Might want to export it in a new @types/ package maybe, idk
The text was updated successfully, but these errors were encountered:
so that users can get type annotations in their
.solitarc.js
when they do stuff likeMight want to export it in a new
@types/
package maybe, idkThe text was updated successfully, but these errors were encountered: