You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be sensible to have multiple strategies here. Since not only TSD right now the package manager for typigns, and there also Typings project which has main and browser folder. If both folders would be included in the project, they break the build. right now Typings is use exclude property in the tsconfig.json file.
The text was updated successfully, but these errors were encountered:
**Bug**
We currently use TSD to acquire typings metadata for intellisense in VS2015. Tsd is now deprecated. We are also installing TSD globally.
**Fix**
Use typings instead of TSD. We now also install typings in `%localappdata%` instead of installing it as a global dependency.
closesmicrosoft#768
I think it would be sensible to have multiple strategies here. Since not only TSD right now the package manager for typigns, and there also Typings project which has main and browser folder. If both folders would be included in the project, they break the build. right now Typings is use
exclude
property in thetsconfig.json
file.The text was updated successfully, but these errors were encountered: