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

Add "allowSyntheticDefaultImports" compiler option #762

Closed
glen-84 opened this issue Dec 1, 2015 · 1 comment
Closed

Add "allowSyntheticDefaultImports" compiler option #762

glen-84 opened this issue Dec 1, 2015 · 1 comment

Comments

@glen-84
Copy link
Contributor

glen-84 commented Dec 1, 2015

See microsoft/TypeScript#5577

ntypescript will also need to be updated.

@basarat
Copy link
Member

basarat commented Dec 2, 2015

A recent PR that adds options to tsconfig.json : #725

General guidance is available here :

* When adding you need to
* 0 Add in this interface
* 1 Add to the validation
* 2 If its an enum : Update `typescriptEnumMap`
* 3 If its a path : Update the `make relative` code
🌹

@TypeStrong TypeStrong locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants