Files
karma/ui/knip.json
2026-03-23 11:00:11 +00:00

23 lines
355 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"tags": [
"-lintignore"
],
"entry": [
"src/e2e/stories.tsx"
],
"ignore": [
"src/Styles/**",
"vite-env.d.ts"
],
"ignoreDependencies": [
"bootstrap",
"bootswatch",
"typeface-open-sans",
"prettier"
],
"ignoreBinaries": [
"source-map-explorer"
]
}