mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-02 17:20:38 +10:00
c6e8df0a00
- Updated dependencies and lockfile. - Synced translation catalogs from Crowdin.
10 lines
396 B
JSON
10 lines
396 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": ["src/server.ts", "src/router.tsx", "lingui.config.ts"],
|
|
"tailwind": { "entry": ["src/styles.css"] },
|
|
"project": ["src/**/*.{js,jsx,ts,tsx,css}"],
|
|
"ignoreBinaries": ["mint"],
|
|
"ignoreDependencies": ["npm-check-updates", "node-addon-api", "node-gyp"],
|
|
"ignore": ["src/schema/**/*.ts", "src/components/ui/**/*.{ts,tsx}"]
|
|
}
|