-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
knip.json
50 lines (50 loc) · 1.19 KB
/
knip.json
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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"angular": {
"config": ["project.json"]
},
"include": ["nsExports", "nsTypes", "classMembers"],
"ignoreDependencies": [
"@angular-eslint/eslint-plugin",
"@angular-eslint/template-parser",
"@angular/cli",
"@angular/compiler",
"@angular/language-service",
"@ngrx/component-store",
"@nrwl/angular:application",
"@nrwl/angular:component",
"@nrwl/angular:library",
"@nrwl/cli",
"@nrwl/workspace",
"@schematics/angular:component",
"@typescript-eslint/eslint-plugin",
"ng-packagr",
"postcss",
"postcss-import",
"postcss-preset-env",
"postcss-url",
"prettier",
"ts-node",
"zone.js"
],
"jest": {
"config": ["jest.{config,preset}.{js,ts,mjs,cjs,json}", "package.json"],
"entry": [
"**/__tests__/**/*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)",
"test-setup.[jt]s?(x)"
]
},
"nx": {
"config": ["nx.json", "project.json", "packages/**/project.json"]
},
"typescript": {
"config": ["tsconfig.json", "tsconfig.*.json"]
},
"workspaces": {
"packages/*": {
"entry": "src/index.ts",
"project": "**/*.ts"
}
}
}