Skip to content

Commit 5cfcd25

Browse files
committed
f
1 parent 80d6382 commit 5cfcd25

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

resources/utils.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,12 @@ interface PackageJSON {
235235
scripts?: { [name: string]: string };
236236
type?: string;
237237
exports: {
238-
[path: string]: {
239-
development: string;
240-
default: string;
241-
};
238+
[path: string]:
239+
| string
240+
| {
241+
development: string;
242+
default: string;
243+
};
242244
};
243245
types?: string;
244246
typesVersions: { [ranges: string]: { [path: string]: Array<string> } };

0 commit comments

Comments
 (0)