-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathknip.json
More file actions
46 lines (46 loc) · 1.04 KB
/
knip.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"workspaces": {
".": {
"entry": [
"src/index.ts!",
"src/lib.ts!",
"src/web.ts!",
"src/tools/index.ts!",
"src/ui/index.ts!",
"tests/**/*.ts",
"!tests/browser/**",
"scripts/**/*.ts",
"eslint-rules/*.js",
"vite.ui.config.ts"
],
"ignore": [
"tests/integration/fixtures/curl.mjs",
"tests/vitest.d.ts",
"src/ui/build/mount.tsx",
"src/ui/components/**/*.ts",
"src/ui/components/**/*.tsx",
"src/ui/hooks/**/*.ts",
"src/ui/registry/uiMap.ts",
"src/ui/lib/tools/**/*.ts",
"src/ui/lib/loaders.ts"
],
"ignoreDependencies": [
"@mongodb-js/atlas-local",
"@emotion/css",
"@leafygreen-ui/table",
"react",
"react-dom"
]
},
"tests/browser": {
"entry": [
"tests/**/*.ts",
"polyfills/**/*.ts",
"utils/**/*.ts",
"vitest.config.ts",
"setup.ts"
]
}
},
"ignoreExportsUsedInFile": true
}