-
Notifications
You must be signed in to change notification settings - Fork 12.8k
tsconfig outDir parameter failing #11156
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
Comments
Can you share more information. Please share a self contained test along with the expected output, and the actual output. |
The issue is with --outDir option in the tsconfig file. When i removed the option, now its working fine. I didn't got down deeper. Please let me know if more info is needed. |
can you elaborate on how it is failing, what is the current output? |
There is no output. Just that the javascript files are not getting generated from the ts files. |
I have a similar problem on TypeScript 2.0.3. I tested on this gist files. |
Thanks @tom-konda for the repro. This looks like the same issue as #11621. If you do not have to override this behavior specify empty |
I have also filed #11156 to track raising an error when no files are found to compile. |
Since i updated the typescript compiler, my tsc wasn't working. I experimented and as soon as i remove outDir parameter from compiler options in tsconfig.config file, it is now working.
TypeScript Version: 2.0.3
The text was updated successfully, but these errors were encountered: