File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://unpkg.com/knip@latest/schema.json" ,
3- "entry" : [" src/index.ts!" ],
3+ "entry" : [" ./src/*.ts" ],
4+ "ignore" : [
5+ " src/creators/files/createESLintConfigFile.ts" ,
6+ " src/creators/files/createStandardTSConfigFile.ts" ,
7+ " src/creators/utils.ts"
8+ ],
49 "ignoreExportsUsedInFile" : { "interface" : true , "type" : true },
5- "ignoreWorkspaces" : [" cases/**" ],
6- "project" : [" src/**/*.ts!" ]
10+ "ignoreWorkspaces" : [" cases/**" ]
711}
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ export type CaseData = {
2626 [ K in CaseEntry [ "label" ] ] : ( { label : K } & CaseEntry ) [ "values" ] [ number ] ;
2727} ;
2828
29- export type CaseTypes = CaseData [ "types" ] ;
30-
3129export interface NamedCaseData extends CaseData {
3230 name : string ;
3331}
You can’t perform that action at this time.
0 commit comments