forked from ohcnetwork/care_fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
22 lines (22 loc) · 717 Bytes
/
Copy pathknip.json
File metadata and controls
22 lines (22 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": [
"src/service-worker.ts",
"src/pluginMap.ts",
"src/PluginRegistry.ts",
"src/Locale/update_locale.js",
"src/lib/override/index.ts",
"tests/globalSetup.ts",
"tests/setup/*.setup.ts"
],
"ignoreExportsUsedInFile": true,
"exclude": ["types", "nsExports", "nsTypes", "enumMembers", "duplicates"],
"tags": ["-public"],
"ignoreIssues": {
"src/components/ui/**": ["exports"],
"src/components/Common/Table.tsx": ["exports"],
"src/Utils/decimal.ts": ["exports"]
},
"ignoreUnresolved": ["__federation__", "@/supportedBrowsers"],
"ignoreDependencies": ["workbox-core", "workbox-precaching", "pdfjs-dist"]
}