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

Option to allow overriding tsconfig.json compiler options #126

Closed
niieani opened this issue Jun 10, 2016 · 1 comment
Closed

Option to allow overriding tsconfig.json compiler options #126

niieani opened this issue Jun 10, 2016 · 1 comment

Comments

@niieani
Copy link

niieani commented Jun 10, 2016

It would be really useful to be able to override parameters passed to the compiler in the hook.
For example, I like to use "allowJs" set to true, so that VSCode gives typing Intellisence, but I don't actually compile JS files, because I'm using a Webpack loader with a separate tsconfig.json.

@niieani
Copy link
Author

niieani commented Jun 10, 2016

Implemented here: #127

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