diff --git a/source/package-json.d.ts b/source/package-json.d.ts index ea0ad37e3..953f4d42d 100644 --- a/source/package-json.d.ts +++ b/source/package-json.d.ts @@ -227,6 +227,7 @@ declare namespace PackageJson { */ export type Exports = | string + | string[] | {[key in ExportCondition]: Exports} | {[key: string]: Exports}; // eslint-disable-line @typescript-eslint/consistent-indexed-object-style