UNPKG

319 BTypeScriptView Raw
1export interface PluginOptions {
2 typeFileNameSuffix?: string | string[];
3 introspectComments?: boolean;
4 readonly?: boolean;
5 pathToSource?: string;
6 debug?: boolean;
7}
8export declare const mergePluginOptions: (options?: Record<string, any>) => PluginOptions;
9//# sourceMappingURL=merge-options.d.ts.map
\No newline at end of file