UNPKG

typescript-to-json-schema-extra

Version:
6 lines (5 loc) 150 B
import { Config } from "typescript-to-json-schema/dist"; export interface ExtConfig extends Config { paths: string[]; lineComment: boolean; }