mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import type { KnipConfig } from 'knip';
|
|
|
|
const config: KnipConfig = {
|
|
ignore: ['src/components/ui/**', 'src/routeTree.gen.ts']
|
|
};
|
|
|
|
export default config; |