-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathknip.json
More file actions
20 lines (20 loc) · 610 Bytes
/
knip.json
File metadata and controls
20 lines (20 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreIssues": {
"src/graphql/**/*.ts": ["exports"],
"src/services/ses/**/*.ts": ["exports"],
"src/services/auth/index.ts": ["exports"],
"src/drizzle/tables/**": ["exports"],
"src/workers/backgroundWorkerService.ts": ["exports"],
"scripts/dbManagement/helpers.ts": ["nsExports", "nsTypes"]
},
"ignore": [
"src/plugins/**",
"src/graphql/inputs/**/*.ts",
"src/graphql/schemaImportWorker.ts",
"src/types/oauthAccount.ts"
],
"project": ["src/**/*.ts", "scripts/**/*.ts"],
"ignoreDependencies": [],
"ignoreExportsUsedInFile": true
}