-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathknip.json
More file actions
31 lines (31 loc) · 657 Bytes
/
knip.json
File metadata and controls
31 lines (31 loc) · 657 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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/cli/index.ts", "src/index.ts", "scripts/**/*.{js,ts}"],
"project": ["src/**/*.{ts,tsx}", "scripts/**/*.{js,ts}"],
"ignore": [
"dist/**",
"coverage/**",
"docs/**",
"**/*.d.ts",
"**/*.js.map",
"**/*.d.ts.map",
"tests/**/*.test.d.ts",
"tests/**/*.test.js",
"typedoc.json"
],
"ignoreDependencies": ["@types/inquirer", "ts-node", "ultracite"],
"ignoreBinaries": [
"powershell",
"docker-compose",
"license-checker",
"skott",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"0BSD",
"CC0-1.0",
"Unlicense"
],
"ignoreExportsUsedInFile": true
}