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 support for full range of compiler options #50

Closed
berwyn opened this issue May 22, 2015 · 1 comment
Closed

Add support for full range of compiler options #50

berwyn opened this issue May 22, 2015 · 1 comment

Comments

@berwyn
Copy link

berwyn commented May 22, 2015

It would be really great if we could use the full range of compiler options or specify a tsconfig.json, especially as new features are added and we want to flag them on (emitDecoratorMetadata added in 1.5, for example).

@smrq
Copy link
Member

smrq commented May 22, 2015

All options are now passed through to tsc as of v0.11.0. The only caveat is that some options may have no effect, particularly if they are options for the tsc CLI rather than the compiler itself.

@smrq smrq closed this as completed May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants