Skip to content

Commit 94cbc09

Browse files
committed
Fix tsconfig.json packed into nuget
1 parent 36b752f commit 94cbc09

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Blazor.Analytics/Blazor.Analytics.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@
5252
<EmbeddedResource Include="wwwroot\**" Exclude="**\*.js;**\*.css" LogicalName="blazor:file:%(RecursiveDir)%(Filename)%(Extension)" />
5353
</ItemGroup>
5454

55+
<ItemGroup>
56+
<Content Update="tsconfig.json">
57+
<Pack>false</Pack>
58+
</Content>
59+
</ItemGroup>
60+
5561
</Project>

0 commit comments

Comments
 (0)