UNPKG

@sanity/tsdoc

Version:

Generate API reference docs from TypeScript projects and store in a Sanity-friendly JSON format. Render a static frontend, or as React components.

7 lines (5 loc) 174 B
import {SanityTSDocConfigOptions} from './types' /** @public */ export function defineConfig(config: SanityTSDocConfigOptions): SanityTSDocConfigOptions { return config }