import type { KnipConfig } from 'knip'; const config: KnipConfig = { ignore: ['bump.config.ts'], }; export default config;