File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://unpkg.com/knip@latest/schema.json" ,
3
- "entry" : [
4
- " src/index.ts!" ,
5
- " src/guide/index.ts" ,
6
- " src/initialize/index.ts" ,
7
- " src/migrate/index.ts" ,
8
- " script/*e2e.js"
9
- ],
3
+ "entry" : [" src/index.ts!" , " script/*e2e.js" ],
10
4
"ignoreBinaries" : [" gh" ],
5
+ // https://github.com/webpro/knip/issues/417
11
6
"ignoreDependencies" : [" script" ],
12
7
"ignoreExportsUsedInFile" : {
13
8
"interface" : true ,
Original file line number Diff line number Diff line change @@ -202,14 +202,9 @@ exports[`expected file changes > knip.jsonc 1`] = `
202
202
@@ ... @@
203
203
{
204
204
" $schema" : " https://unpkg.com/knip@latest/schema.json" ,
205
- - " entry" : [
206
- - " src/index.ts!" ,
207
- - " src/guide/index.ts" ,
208
- - " src/initialize/index.ts" ,
209
- - " src/migrate/index.ts" ,
210
- - " script/*e2e.js"
211
- - ],
205
+ - " entry" : [" src/index.ts!" , " script/*e2e.js" ],
212
206
- " ignoreBinaries" : [" gh" ],
207
+ - // https://github.com/webpro/knip/issues/417
213
208
- " ignoreDependencies" : [" script" ],
214
209
- " ignoreExportsUsedInFile" : {
215
210
- " interface" : true ,
You can’t perform that action at this time.
0 commit comments