UNPKG

knip

Version:

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

15 lines (14 loc) 318 B
export interface TsConfigJson { extends?: string | string[]; compilerOptions?: { types?: string[]; jsxImportSource?: string; plugins?: Array<string | { name: string; }>; [key: string]: unknown; }; references?: Array<{ path: string; }>; }