diff --git a/source/package-json.d.ts b/source/package-json.d.ts index d4bc90f29..c53657fa7 100644 --- a/source/package-json.d.ts +++ b/source/package-json.d.ts @@ -227,6 +227,7 @@ declare namespace PackageJson { Entry points of a module, optionally with conditions and subpath exports. */ export type Exports = + | null | string | string[] | {[key in ExportCondition]: Exports}