forked from apache/maka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
34 lines (34 loc) · 1.26 KB
/
Copy pathknip.json
File metadata and controls
34 lines (34 loc) · 1.26 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"ignoreExportsUsedInFile": true,
"tags": ["-knipignore"],
"workspaces": {
"apps/desktop": {
"entry": [
"src/main/main.ts",
"src/overlay/cursor-overlay.ts",
"src/overlay/cursor-overlay-preload.ts",
"src/overlay/permission-overlay.ts",
"src/overlay/permission-overlay-preload.ts",
"src/overlay/pip.ts",
"src/overlay/pip-preload.ts",
"src/main/**/*.test.ts",
"e2e/**/*.spec.ts",
".storybook/preview.@(ts|tsx)",
".storybook/node-crypto-boundary.ts",
"stories/**/*.@(ts|tsx)",
"scripts/browser-observe-act-smoke.mjs",
"src/renderer/astryx-theme/maka.d.ts",
"src/renderer/astryx-theme/makaTheme.ts"
],
"project": ["src/**/*.{ts,tsx}", "e2e/**/*.ts", "stories/**/*.{ts,tsx}", "scripts/**/*.mjs"],
"ignoreDependencies": ["@fontsource-variable/geist", "@fontsource-variable/geist-mono"],
"ignoreBinaries": ["plutil", "pgrep"]
},
"packages/ui": {
"entry": ["src/**/*.test.ts", "src/**/*.test.tsx", "stories/**/*.@(ts|tsx)"],
"project": ["src/**/*.{ts,tsx}", "stories/**/*.{ts,tsx}"],
"ignoreDependencies": ["@storybook/react-vite", "storybook"]
}
}
}