UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

9 lines (8 loc) 210 B
export type SWCConfig = { jsc?: { experimental?: { plugins?: Array<[pluginName: string, pluginOptions: Record<string, unknown>]>; }; externalHelpers?: boolean; }; };