Skip to content

Commit 29e1040

Browse files
committed
fix: make global optional
1 parent d7fc90a commit 29e1040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface ModuleOptions {
5757
props?: {
5858
[propName: string]: {
5959
"name": string,
60-
"global": boolean,
60+
"global"?: boolean,
6161
"description"?: string,
6262
"tags"?: Array<{ "name": string, "text": string }>,
6363
"required"?: boolean,

0 commit comments

Comments
 (0)