Skip to content

Make it possible to specify the tsconfig.json #67

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

Closed
endel opened this issue Nov 8, 2016 · 1 comment · Fixed by #81
Closed

Make it possible to specify the tsconfig.json #67

endel opened this issue Nov 8, 2016 · 1 comment · Fixed by #81
Assignees

Comments

@endel
Copy link

endel commented Nov 8, 2016

Would be great to allow to specify a different tsconfig.json file to use.

A practical example is that our tsconfig.json doesn't include the test files. We have a different tsconfig.test.json, which do include them.

Given this scenario, it might make sense to either allow to specify a different tsconfig.json file to use, or allow a "files" key in the tsfmt.json.

What's your thoughts about this?
Cheers!

@vvakame vvakame self-assigned this Nov 9, 2016
@lpicquet
Copy link

I have something similar. I'd like for us to be able to specify which file I use for the configuration of tsfmt.
please consider adding a "-c" or "--config" parameter.

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

Successfully merging a pull request may close this issue.

3 participants