Files
BewlyBewly/knip.json
Hakadao d983c454fd chore(pkg): update deps (#837)
* chore(pkg): update deps

* chore: fix ts error
2024-06-15 19:36:32 +08:00

23 lines
427 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"src/contentScripts/index.ts",
"src/background/index.ts",
"src/options/main.ts",
"src/popup/main.ts",
"scripts/*.ts",
"*.config.*"
],
"ignoreDependencies": [
"@iconify/json",
"uno.css",
"lint-staged"
],
"ignoreBinaries": ["gh"],
"rules": {
"types": "off",
"enumMembers": "off",
"exports": "off"
}
}