Skip to content

Commit

Permalink
Set tsconfig.json to do not copy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Aug 14, 2019
1 parent 374304f commit d7635fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Blazored.Typeahead/Blazored.Typeahead.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Blazored.Typeahead</RootNamespace>

<PackageId>Blazored.Typeahead</PackageId>
<Version>3.1.2</Version>
<Version>3.1.3</Version>
<Authors>Chris Sainty</Authors>
<Description>A typeahead control for Blazor applications</Description>
<Copyright>Copyright 2019 (c) Chris Sainty. All rights reserved.</Copyright>
Expand All @@ -31,4 +31,10 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<Content Update="tsconfig.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit d7635fd

Please # to comment.