mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
23 lines
355 B
JSON
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"
|
|
]
|
|
}
|