Skip to content

Commit

Permalink
Add string[] to PackageJson.Exports (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvanoss authored May 18, 2021
1 parent 7df5e83 commit c34bbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/package-json.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c34bbd9

Please sign in to comment.