forked from InspectorHub/OpenInspection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
63 lines (63 loc) · 1.42 KB
/
Copy pathknip.json
File metadata and controls
63 lines (63 loc) · 1.42 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": [
"workers/app.ts",
"server/index.ts",
"app/routes.ts",
"app/root.tsx",
"app/entry.server.tsx",
"app/routes/**/*.{ts,tsx}",
"scripts/**/*.{js,mjs,ts}",
"*.config.{ts,js,mjs}",
"react-router.config.ts",
"drizzle.config.ts",
"drizzle.config.trial.ts",
"playwright.config.ts",
"playwright.integration.config.ts",
"playwright.remote.config.ts",
"vitest.api.config.ts",
"vitest.config.ts",
"vitest.typecheck.config.ts",
"vitest.workers.config.ts",
"vite.config.ts",
"app/components/media-studio/react-konva.ssr-stub.tsx",
"**/*.test.{ts,tsx}",
"**/*.spec.{ts,tsx}",
"tests/**/*.ts",
"packages/shared-ui/src/index.ts",
"packages/api-types/index.ts"
],
"project": [
"app/**/*.{ts,tsx}",
"server/**/*.{ts,tsx}",
"workers/**/*.ts",
"packages/**/*.{ts,tsx}",
"scripts/**/*.{js,mjs,ts}"
],
"ignore": [
"build/**",
".react-router/**",
"public/vendor/**",
"public/fonts/**",
"node_modules/**",
".worktrees/**",
"server/generated/**",
"worker-configuration.d.ts",
"**/*.d.ts"
],
"tags": [
"-gateConsumed"
],
"ignoreBinaries": [
"tsgo"
],
"ignoreDependencies": [
"@fontsource/.+",
"swagger-ui-dist",
"tailwindcss",
"miniflare",
"lint-staged",
"cloudflare",
"@inlang/plugin-message-format"
]
}