File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ export interface RcFile {
22 /** @see https://jamiemason.github.io/syncpack/integrations/json-schema */
33 $schema ?: string ;
44 /** @see https://jamiemason.github.io/syncpack/config/custom-types */
5- customTypes ?: Record < string , CustomType . Any > ;
5+ customTypes ?: {
6+ [ name : string ] : CustomType . Any ;
7+ } ;
68 /** @see https://jamiemason.github.io/syncpack/config/dependency-groups */
79 dependencyGroups ?: DependencyGroup [ ] ;
810 /** @see https://jamiemason.github.io/syncpack/config/format-bugs */
Original file line number Diff line number Diff line change 1414 " Aparajita Fishman (https://github.com/aparajita)" ,
1515 " Artur Wierzbicki (https://github.com/ArturWierzbicki)" ,
1616 " Chase Holdren (https://github.com/chaseholdren)" ,
17+ " Chase Tamnoon (https://github.com/chase-tamnoon)" ,
1718 " Daniel Silva (https://github.com/dsilvasc)" ,
1819 " Elchin Valiyev (https://github.com/evaliyev)" ,
1920 " Gabriel Pereira Woitechen (https://github.com/wtchnm)" ,
You can’t perform that action at this time.
0 commit comments