-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Specify a tsconfig.json for use with tsc
on the command line
#5858
Comments
the flag name is you can find more information about this in https://github.com/Microsoft/TypeScript/wiki/tsconfig.json#using-tsconfigjson |
See microsoft/TypeScript#5858, fixes neomake#200. Thanks to @HerringtonDarkholme for doing all the work.
I also expect to be able to provide my own configuration that should not reside in the root of the project |
sure. |
@mhegazy how can i compile only one file with a |
Expected:
If tsc is able to load a
tsconfig.json
, why can't I specify what to load?Certainly I could use the
@text.txt
format, but that's no fun, I even tried tsc@tsconfig.json
only to be met with errors (you couldn't extract the extension from the filename and just load it as a json file, like really?).The text was updated successfully, but these errors were encountered: