mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
11 lines
268 B
TypeScript
11 lines
268 B
TypeScript
import { KnipConfig } from 'knip'
|
|
|
|
export default {
|
|
entry: [
|
|
'frontend/nyanpasu/src/main.tsx',
|
|
'frontend/nyanpasu/src/pages/**/*.tsx',
|
|
'scripts/*.{js,ts}',
|
|
],
|
|
project: ['frontend/**/*.{ts,js,jsx,tsx}', 'scripts/**/*.{js,ts}'],
|
|
} satisfies KnipConfig
|