-
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
Implicit Compilation of d.ts files not included in a VS project. #4726
Comments
Yes this is a problem today. See #4665 for some proposed solutions and discussion. |
@gravidThoughts can you use |
@mhegazy I found your answer on SO about adding compiler parameters to the project file, but I cannot find an item pointing to tsc in my project file. It is a TS node console project. Do I need to modify the targets file described here? |
@gravidThoughts i am not sure i understand the question. can you link to the SO issue? |
@mhegazy http://stackoverflow.com/questions/12710691/visual-studio-typescript-options I created a new project with the HTML App with TS template as you refererred to in the above post. I still don't see the BeforeBuild target your refer to in your answer. I do have VS 2013 Update 5, and installed VS TS 1.5 since I started this issue. The bottom line is I don't know how to send the |
can you share your build log. rebuild your project, and share that. feel free to email me at mhegazy at microsoft. |
I have an issue where I added a
Bower
component that distributes angular.d.ts, which I already have included elsewhere in my project.Even though my
bower_components
directory is excluded from the project, it appears TSC is still compiling this d.ts resulting in duplicate declaration errors.Is this the intended behavior of implicit compilation?
The text was updated successfully, but these errors were encountered: