mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-06 02:54:52 +10:00
0bc53b9c2a
- update translations - convert image to base64 before sending to printer - update development docs
10 lines
397 B
JSON
10 lines
397 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": ["npm-check-updates", "reflect-metadata", "node-addon-api", "node-gyp"],
|
|
"ignore": ["src/schema/**/*.ts", "src/components/**/*.{ts,tsx}", "src/routeTree.gen.ts"]
|
|
}
|