forked from kane50613/takumi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
50 lines (50 loc) · 1.3 KB
/
Copy pathknip.json
File metadata and controls
50 lines (50 loc) · 1.3 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
47
48
49
50
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"ignoreWorkspaces": ["example/*"],
"ignoreBinaries": ["jq", "wasm-pack"],
"rules": {
"duplicates": "warn"
},
"workspaces": {
"docs": {
"entry": [
"src/pages/**/*.{ts,tsx}",
"waku.config.ts",
"source.config.ts",
"press.config.tsx",
"app/playground/worker.ts",
"tests/**/*.test.{ts,tsx}"
],
"ignore": ["public/**", "app/playground/templates/**", "src/app.css"],
"ignoreDependencies": [
"@takumi-rs/core",
"@takumi-rs/helpers",
"@takumi-rs/wasm",
"takumi-pdf",
"twoslash"
],
"ignoreUnresolved": ["@/components/takumi/image/blog-post"]
},
"takumi-helpers": {
"entry": ["tests/**/*.test.{ts,tsx}"],
"ignoreUnresolved": ["./google-fonts-catalog"]
},
"takumi-js": {
"entry": ["tests/**/*.test.{ts,tsx}"],
"ignoreUnresolved": ["#backend"]
},
"takumi-napi": {
"entry": ["tests/**/*.test.{ts,tsx}"],
"ignoreUnresolved": ["../index"]
},
"takumi-wasm": {
"entry": ["tests/**/*.test.{ts,tsx}"],
"ignore": ["pkg*/**"]
},
"takumi-pdf-js": {
"entry": ["tests/**/*.test.{ts,tsx}"],
"ignore": ["pkg*/**"],
"ignoreDependencies": ["react"]
}
}
}