Replace @knipignore with paths config

This commit is contained in:
Lars Kappert
2024-04-14 14:13:21 +02:00
committed by psychedelicious
parent 70185b0173
commit c2b79ce14c
6 changed files with 3 additions and 5 deletions

View File

@ -10,6 +10,9 @@ const config: KnipConfig = {
'src/features/nodes/types/v2/**',
],
ignoreBinaries: ['only-allow'],
paths: {
'public/*': ['public/*'],
},
};
export default config;