UNPKG

knip

Version:

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

11 lines (10 loc) 185 B
const title = 'tsx'; const args = { positional: true, nodeImportArgs: true, args: (args) => args.filter(arg => arg !== 'watch'), }; export default { title, args, };