UNPKG

knip

Version:

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

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