Skip to content

Commit 9ee4493

Browse files
Merge pull request #2 from hipstersmoothie/hipstersmoothie-patch-1
Add note about slow tsconfig options
2 parents 10f68e9 + 15b7a00 commit 9ee4493

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ yarn add -D react-docgen-typescript-plugin
1515

1616
## Usage
1717

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+
1821
```ts
1922
const ReactDocgenTypescriptPlugin = require("react-docgen-typescript-plugin");
2023

0 commit comments

Comments
 (0)