mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
23 lines
427 B
JSON
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"
|
|
}
|
|
}
|