We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10f68e9 + 15b7a00 commit 9ee4493Copy full SHA for 9ee4493
1 file changed
readme.md
@@ -15,6 +15,9 @@ yarn add -D react-docgen-typescript-plugin
15
16
## Usage
17
18
+> NOTE: The TypeScript compiler options `allowSyntheticDefaultImports` and `esModuleInterop` will make
19
+> `react-docgen-typescript-plugin` a lot harder! Turn them off for faster build times.
20
+
21
```ts
22
const ReactDocgenTypescriptPlugin = require("react-docgen-typescript-plugin");
23
0 commit comments