mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
25 lines
522 B
JSON
25 lines
522 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",
|
|
"src/components/**",
|
|
"scripts/*.ts",
|
|
"*.config.*"
|
|
],
|
|
"ignore": ["src/components/Settings/**", "src/inject/**"],
|
|
"ignoreDependencies": [
|
|
"@iconify/json",
|
|
"uno.css",
|
|
"lint-staged"
|
|
],
|
|
"ignoreBinaries": ["gh", "xcrun"],
|
|
"rules": {
|
|
"types": "off",
|
|
"enumMembers": "off",
|
|
"exports": "off"
|
|
}
|
|
}
|