Add tooling support for TypeScript files to RazorSDK (dotnet/aspnetcore-tooling#971)

Fixes https://github.com/aspnet/AspNetCore/issues/12840\n\nCommit migrated from 304cafcffe
This commit is contained in:
Pranav K 2019-08-14 14:22:46 -07:00 committed by GitHub
parent 70268e7c82
commit 778246c674
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ Copyright (c) .NET Foundation. All rights reserved.
Activates the set of nesting behaviors we want from solution explorer.
-->
<ProjectCapability Include="WebNestingDefaults" />
<!--
Tooling support for TypeScript files.
-->
<ProjectCapability Include="SupportsTypeScriptNuGet" />
</ItemGroup>
<!--