-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[typescript]: tsconfig doesn't support allowSyntheticDefaultImports #973
Labels
Comments
This hit me aswell. |
Same issue but with |
@ChuckJonas Can you please point us to a sandbox experiencing the issue? |
lbogdan
added
Needs More Info
🎒 Bundler
Refers to CodeSandbox's In-Browser Bundler
🐛 Bug
labels
Mar 22, 2019
Closed by lack of response |
This was referenced Jan 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 bug report
Description of the problem
tsconfig.json doesn't apply
allowSyntheticDefaultImports
flagHow has this issue affected you? What are you trying to accomplish?
I wanna use
allowSyntheticDefaultImports
with TypeScript to properly resolve 3rd party ambient type definitions so I can doimport React from 'react'
instead ofimport * as React from 'react'
Link to sandbox: https://codesandbox.io/s/03klozmyvn
Your Environment
The text was updated successfully, but these errors were encountered: