File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://unpkg.com/knip@5/schema.json" ,
3
3
"entry" : [" ./src/index.tsx" , " ./src/serviceWorker.ts" ],
4
- "project" : [" ./src/**/*.ts" , " ./src/**/*.tsx" ],
4
+ "project" : [" ./src/**/*.ts" , " ./src/**/*.tsx" , " ./e2e/**/*.ts " ],
5
5
"ignore" : [" **/*Generated.ts" ],
6
6
"ignoreBinaries" : [" protoc" ],
7
7
"ignoreDependencies" : [
8
- " express" ,
9
- " @types/express" ,
10
- " ssh2" ,
11
- " @types/ssh2" ,
12
8
" @types/react-virtualized-auto-sizer" ,
13
9
" jest_workaround" ,
14
- " protobufjs" ,
15
- " rxjs" ,
16
10
" ts-proto"
17
11
],
18
- // This sets knip not to report unused exports of types and interfaces
19
- // as long as they are used within the file.
12
+ // Don't report unused exports of types as long as they are used within the file.
20
13
"ignoreExportsUsedInFile" : {
21
14
"interface" : true ,
22
15
"type" : true
You can’t perform that action at this time.
0 commit comments