You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| tsconfigPath | string | Specify the location of the `tsconfig.json` to use. |`null`|
39
+
| compilerOptions | object | Specify compiler options. Cannot be used with `tsconfigPath`|`null`|
37
40
| docgenCollectionName | string or null | Specify the docgen collection name to use. All docgen information will be collected into this global object. Set to `null` to disable. |`STORYBOOK_REACT_CLASSES`|
38
41
| setDisplayName | boolean | Set the components' display name. If you want to set display names yourself or are using another plugin to do this, you should disable this option. |`true`|
39
42
| typePropName | string | Specify the name of the property for docgen info prop type. |`type`|
0 commit comments