-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
38 lines (38 loc) · 884 Bytes
/
knip.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
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
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"workspaces": {
".": {
"entry": [
"src/main/index.ts",
"src/main/preload.ts",
"src/shared/api.ts",
"src/shared/types.ts",
"src/sdk/index.ts",
"src/sdk/testing/index.ts",
"vite.*.config.ts",
"e2e/**/*.ts",
"src/**/*.test.{ts,tsx}",
"src/**/*.integration.test.{ts,tsx}"
],
"project": [
"src/**/*.{ts,tsx}",
"e2e/**/*.ts",
"vite.*.config.ts"
]
},
"packages/poly": {
"project": ["src/**/*.ts"]
}
},
"ignoreDependencies": [
"geist",
"tailwindcss",
"@electron-forge/maker-dmg",
"@electron-forge/maker-zip",
"@electron-forge/plugin-fuses",
"@electron-forge/plugin-vite",
"@electron/fuses",
"@electron/rebuild",
"@vitest/coverage-v8"
]
}