-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathknip.json
More file actions
38 lines (38 loc) · 982 Bytes
/
knip.json
File metadata and controls
38 lines (38 loc) · 982 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@6/schema.json",
"entry": [
"src/main.tsx",
"src/electron/main/index.ts",
"src/electron/preload/index.ts",
"desktop/pi-threads.ts",
"desktop/pi-skills.ts",
"desktop/skill-creator-session.ts",
"desktop/runtime-host/worker.ts",
"desktop/terminal/manager.ts",
"scripts/*.ts",
"pages/src/main.tsx",
"packages/howcode/bin/howcode.js",
"packages/howcode/lib/howcode.js"
],
"project": [
"src/**/*.{ts,tsx}",
"desktop/**/*.{ts,mjs}",
"shared/**/*.{ts,d.ts}",
"scripts/**/*.ts",
"pages/**/*.{ts,tsx}",
"packages/howcode/**/*.{js,cjs,mjs}"
],
"ignore": ["build/**", "dist/**", "dist-pages/**", "artifacts/**", "node_modules/**"],
"ignoreDependencies": [
"@earendil-works/pi-ai",
"@earendil-works/pi-tui",
"bindings",
"clip-filepaths",
"file-uri-to-path",
"node-pty",
"sherpa-onnx-node",
"tar",
"@types/three",
"tailwindcss"
]
}