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

initial generated tsconfig - add buildOnSave and compileOnSave with their defaults #758

Closed
GabiGrin opened this issue Nov 29, 2015 · 0 comments · Fixed by #759
Closed

initial generated tsconfig - add buildOnSave and compileOnSave with their defaults #758

GabiGrin opened this issue Nov 29, 2015 · 0 comments · Fixed by #759

Comments

@GabiGrin
Copy link
Contributor

Usually I build typescript using a custom build. Each time I generate a tsconfig.json file on a new project, I forget to add the build options, and also forget the exact syntax :)
I'd like to add the defaults to tsconfig so me including others can clearly see it and switch to false without too much thinking.

"compileOnSave": true,
"buildOnSave": true,

For better usability. I'll send a PR soon if this sounds right.

Thanks, the plugin is amazing!

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

Successfully merging a pull request may close this issue.

1 participant