generated from nhcarrigan/template
feat: migrate from github
This commit is contained in:
15
.knip.jsonc
Normal file
15
.knip.jsonc
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
Reference in New Issue
Block a user