Skip to content
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

Closed
Hotell opened this issue Jul 17, 2018 · 4 comments
Closed

[typescript]: tsconfig doesn't support allowSyntheticDefaultImports #973

Hotell opened this issue Jul 17, 2018 · 4 comments
Labels
🐛 Bug 🎒 Bundler Refers to CodeSandbox's In-Browser Bundler Needs More Info

Comments

@Hotell
Copy link

Hotell commented Jul 17, 2018

🐛 bug report

Description of the problem

tsconfig.json doesn't apply allowSyntheticDefaultImports flag

How 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 do import React from 'react' instead of import * as React from 'react'

Link to sandbox: https://codesandbox.io/s/03klozmyvn

Your Environment

Software Name/Version
Сodesandbox
Browser latest chrome
Operating System OSX
@WolfspiritM
Copy link

This hit me aswell.
Anything new?

@ChuckJonas
Copy link

Same issue but with experimentalDecorators

@lbogdan
Copy link
Contributor

lbogdan commented Mar 22, 2019

@ChuckJonas Can you please point us to a sandbox experiencing the issue?

@lbogdan lbogdan added Needs More Info 🎒 Bundler Refers to CodeSandbox's In-Browser Bundler 🐛 Bug labels Mar 22, 2019
@SaraVieira
Copy link
Contributor

Closed by lack of response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 🎒 Bundler Refers to CodeSandbox's In-Browser Bundler Needs More Info
Projects
None yet
Development

No branches or pull requests

5 participants