Files
BewlyBewly/knip.json
2024-05-11 11:36:10 +08:00

20 lines
391 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"
],
"rules": {
"types": "off",
"enumMembers": "off",
"exports": "off"
}
}