We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fc90a commit 29e1040Copy full SHA for 29e1040
src/types/module.ts
@@ -57,7 +57,7 @@ export interface ModuleOptions {
57
props?: {
58
[propName: string]: {
59
"name": string,
60
- "global": boolean,
+ "global"?: boolean,
61
"description"?: string,
62
"tags"?: Array<{ "name": string, "text": string }>,
63
"required"?: boolean,
0 commit comments