22 lines
308 B
JSON
22 lines
308 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"ignoreWorkspaces": [
|
|
"ts/e2e-tests/**"
|
|
],
|
|
"ignoreBinaries": [
|
|
"mise",
|
|
"swift",
|
|
"python",
|
|
"python3",
|
|
"vhs",
|
|
"ps",
|
|
"ruff"
|
|
],
|
|
"ignore": [
|
|
"**/.next/**",
|
|
"**/build/**",
|
|
"docs/**",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|