forked from smartcontractkit/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
28 lines (28 loc) · 858 Bytes
/
knip.json
File metadata and controls
28 lines (28 loc) · 858 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
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": [
"src/pages/**/*.{astro,ts,tsx}",
"src/content/**/*.mdx",
"astro.config.ts",
"src/content.config.ts",
"src/integrations/**/*.ts",
"codegen.ts",
"jest.config.cjs",
"src/**/__tests__/**/*.test.ts",
"src/**/*.test.ts"
],
"jest": {
"entry": ["src/**/__tests__/**/*.test.ts", "src/**/*.test.ts"]
},
"project": ["src/**/*.{ts,tsx,astro}", "!src/**/*.d.ts"],
"ignore": ["src/types/**/*.d.ts", "public/**/*", "src/__mocks__/**/*", "templates/**/*", "dist/**/*"],
"ignoreDependencies": ["@types/*", "prettier*", "@astrojs/*", "solhint*", "jest*", "@project-serum/*"],
"ignoreExportsUsedInFile": {
"interface": true,
"type": true,
"function": true
},
"includeEntryExports": false,
"ignoreBinaries": [],
"workspaces": {}
}