Skip to content

Commit 6b2f4ab

Browse files
authored
Replace allowSyntheticDefaultImports with esModuleInterop
1 parent 19882c6 commit 6b2f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ module.exports = {
217217
- import * as styles from './styles.css';
218218
+ import styles from './styles.css';
219219
```
220-
- Add `allowSyntheticDefaultImports` TypeScript compiler option if there are type errors related to default imports
220+
- Add `esModuleInterop` TypeScript compiler option if there are type errors related to default imports
221221

222222
## Support
223223

0 commit comments

Comments
 (0)