Skip to content

Commit

Permalink
chore: exclude tsconfig.json (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilah authored Feb 15, 2021
1 parent 66f2a55 commit 13e340e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*</DefaultItemExcludes>
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*;tsconfig.json</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 13e340e

Please sign in to comment.