mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-05 18:44:49 +10:00
10 lines
377 B
JSON
10 lines
377 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": ["src/server.ts", "src/router.tsx"],
|
|
"tailwind": { "entry": ["src/styles.css"] },
|
|
"project": ["src/**/*.{js,jsx,ts,tsx,mdx,css}"],
|
|
"ignoreBinaries": ["mint"],
|
|
"ignoreDependencies": ["npm-check-updates", "node-addon-api", "node-gyp"],
|
|
"ignore": ["src/schema/**/*.ts", "src/components/**/*.{ts,tsx}"]
|
|
}
|