-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
26 lines (26 loc) · 749 Bytes
/
Copy pathknip.json
File metadata and controls
26 lines (26 loc) · 749 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"ignore": [
".semgrep/**",
"scripts/**"
],
"ignoreBinaries": [
"mise"
],
"workspaces": {
"cdk": {
"entry": ["src/main.ts!", "src/handlers/*.ts!"],
"project": ["src/**/*.ts!"],
"ignoreDependencies": ["esbuild", "ts-node", "@aws-cdk/integ-runner", "@aws-cdk/integ-tests-alpha"]
},
"cli": {
"entry": ["src/bin/bgagent.ts!", "src/index.ts!"],
"project": ["src/**/*.ts!"]
},
"docs": {
"entry": ["astro.config.mjs", "src/content.config.ts", "src/components/**/*.astro"],
"project": ["src/**/*.{astro,ts,tsx}"],
"ignoreDependencies": ["@astrojs/check", "remark-gfm", "@pagefind/default-ui", "jest"]
}
}
}