forked from daimo-eth/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
41 lines (41 loc) · 854 Bytes
/
knip.json
File metadata and controls
41 lines (41 loc) · 854 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
39
40
41
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"packages/connectkit/src/index.ts",
"packages/connectkit/src/world.ts",
"packages/pay-common/src/index.ts",
"examples/nextjs-app/**/*.{ts,tsx,js,jsx}"
],
"project": [
"packages/connectkit/**/*.{ts,tsx}",
"packages/pay-common/**/*.ts",
"examples/nextjs-app/**/*.{ts,tsx,js,jsx}"
],
"ignore": [
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/node_modules/**",
"**/build/**",
"**/dist/**",
"**/.next/**"
],
"ignoreDependencies": [
"@types/*",
"eslint",
"eslint-plugin-*",
"@typescript-eslint/*",
"typescript",
"tape",
"@types/tape",
"ts-node",
"rollup",
"rollup-plugin-*",
"@rollup/*",
"husky",
"lint-staged",
"rimraf",
"bumpp"
]
}