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
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
When installing TypeScript definitions to a ASP.NET 5 project, they will be installed in the /packages folder. For example for Angular this would look like: '\packages\angularjs.TypeScript.DefinitelyTyped'. At the moment I would have to manually copy these files to (for example) 'Scripts/typings', so that I can reference to these Typing in my JavaScript.
Please also see this stackoverflow post with more details: