Closed
Description
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?