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 has been archived by the owner on May 8, 2024. It is now read-only.
Since 0.9, VS automatically references every typescript file without the need to add a references command to each file.
But this only works if the BuildAction is set to TypeScriptCompile, so the nuget packages should set the build action correctly when they are installed.
Currently, I set this manually but it resets to Content on every update causing lots of compilation errors until it is fixed.
The text was updated successfully, but these errors were encountered:
Copied over from this issue raised by @nvivo :
DefinitelyTyped/DefinitelyTyped#1138
Since 0.9, VS automatically references every typescript file without the need to add a references command to each file.
But this only works if the BuildAction is set to TypeScriptCompile, so the nuget packages should set the build action correctly when they are installed.
Currently, I set this manually but it resets to Content on every update causing lots of compilation errors until it is fixed.
The text was updated successfully, but these errors were encountered: