mod-bot/.knip.jsonc

16 lines
399 B
JSON
Raw Normal View History

2024-05-12 01:52:39 -07:00
{
"$schema": "https://unpkg.com/knip@2/schema.json",
"entry": [
"src/index.ts",
/**
* Because the commands are dynamically generated, knip can't follow them.
* Treat them as entry files to allow for dependency and import/export validation.
*/
"src/commands/*.ts",
"src/contexts/*.ts"
],
"project": ["src/**/*.ts"],
"ignore": [],
"ignoreDependencies": []
}