Skip to content

Commit 13e340e

Browse files
authored
chore: exclude tsconfig.json (#61)
1 parent 66f2a55 commit 13e340e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<PropertyGroup>
19-
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*</DefaultItemExcludes>
19+
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*;tsconfig.json</DefaultItemExcludes>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)