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
exportconstclubConfig: {memberCount: number;currentTeams: Team[];featuredTeams: Team[];}={/** * The current or most recent active Launch Pad teams and their primary project. * * Each element must satisfy [[`Team`]]. */currentTeams: [ ... ]
generates the documentation without taking into account currentTeams: Team[]:
Frustratingly, this code:
generates the documentation without taking into account
currentTeams: Team[]
:see https://ubclaunchpad.com/config/
I'm pretty sure this is a bug on
typedoc
's end: TypeStrong/typedoc#958 (I added this generator in #21 )To do: either keep an eye typedoc, or find another tool to generate
/config
The text was updated successfully, but these errors were encountered: