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