UNPKG

knip

Version:

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

7 lines (6 loc) 161 B
export type RstestConfig = { include?: string[]; exclude?: string[]; testEnvironment?: 'node' | 'jsdom' | 'happy-dom'; setupFiles?: string[]; };