import type { KnipConfig } from "knip" const config: KnipConfig = { ignore: ["src/components/ui/**"], } export default config