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:
parent
70268e7c82
commit
778246c674
|
|
@ -40,6 +40,11 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
Activates the set of nesting behaviors we want from solution explorer.
|
Activates the set of nesting behaviors we want from solution explorer.
|
||||||
-->
|
-->
|
||||||
<ProjectCapability Include="WebNestingDefaults" />
|
<ProjectCapability Include="WebNestingDefaults" />
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Tooling support for TypeScript files.
|
||||||
|
-->
|
||||||
|
<ProjectCapability Include="SupportsTypeScriptNuGet" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue