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.
allowSyntheticDefaultImports
esModuleInterop
1 parent 19882c6 commit 6b2f4abCopy full SHA for 6b2f4ab
README.md
@@ -217,7 +217,7 @@ module.exports = {
217
- import * as styles from './styles.css';
218
+ import styles from './styles.css';
219
```
220
-- Add `allowSyntheticDefaultImports` TypeScript compiler option if there are type errors related to default imports
+- Add `esModuleInterop` TypeScript compiler option if there are type errors related to default imports
221
222
## Support
223
0 commit comments