Files
Reactive-Resume/knip.json
T
2026-02-09 01:50:31 +01:00

16 lines
439 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/router.tsx"],
"tailwind": { "entry": ["src/styles.css"] },
"project": ["src/**/*.{js,jsx,ts,tsx,mdx,css}"],
"ignoreBinaries": ["mint"],
"ignoreDependencies": [
"@modelcontextprotocol/sdk",
"npm-check-updates",
"reflect-metadata",
"node-addon-api",
"node-gyp"
],
"ignore": ["src/schema/**/*.ts", "src/components/**/*.{ts,tsx}", "src/routeTree.gen.ts"]
}