There was an ERROR in the TypeScript file: node_modules/@types/d3-array/index.d.ts on line 36. The error states: "error TS2574: A rest element type must be an array type."
The code causing the issue is as follows: export type NestedInternMap<TObject, TReduce, TKeys extends unknown[]> = TKeys extends [infer TFirst, ...infer TRest]
{
"dependencies": {
/* List of dependencies */
},
"devDependencies": {
/* List of dev dependencies */
}
}