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

Support direct command line params #47

Open
koloboid opened this issue Feb 9, 2015 · 2 comments
Open

Support direct command line params #47

koloboid opened this issue Feb 9, 2015 · 2 comments

Comments

@koloboid
Copy link

koloboid commented Feb 9, 2015

It will be useful to support specifying tsc command line arguments directly, as simple string.
TSC is growing up, 1.4.1 is on air, and some new keys added - --suppressImplicitAnyIndexErrors --preserveConstEnums, etc...
In fact, we can tract each property of options object as tsc argument, and pass it directly (if option name is unknown), with conversion of boolean values, whereas string values passed as they are.

@kant2002
Copy link

I takeover maintainance of the project and push update with support of TS 1.4.

@koloboid
Copy link
Author

Andrew, glad to hear it. Ping me if any help needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants