forked from lichess-org/lila
-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathknip.json
34 lines (34 loc) · 797 Bytes
/
knip.json
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@5/schema.json",
"includeEntryExports": true,
"ignoreDependencies": ["common", ".*-[css|sass|scss]"],
"ignoreBinaries": ["type", "ruby"],
"ignore": ["**/_*.ts"],
"workspaces": {
".": {
"includeEntryExports": false
},
"bin": {
"entry": ["scripts/*.ts"],
"project": ["scripts/**"]
},
"ui/*": {
"entry": ["src/build/*.ts"],
"project": ["src/**"]
},
"ui/@build/*": {
"entry": ["src/index.ts"],
"project": ["src/**"]
},
"ui/@build/css": {
"entry": ["src/index.ts"],
"project": ["src/**"]
},
"ui/@build/vendor": {
"entry": ["src/index.ts"],
"project": ["src/**"],
"ignore": ["src/local/**"],
"ignoreDependencies": [".*"]
}
}
}