Skip to content

Commit 1db19a1

Browse files
committed
#14 Set tsconfig.json as Content
By setting tsconfig file as Content VS loads TS configuration and supress warning TS1219 for experimental support for decorators.
1 parent 5426342 commit 1db19a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AspNetCoreVueStarter.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules\**" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<Content Include="ClientApp\tsconfig.json" />
35+
</ItemGroup>
36+
3337
<ItemGroup>
3438
<None Include="README.md" />
3539
</ItemGroup>

0 commit comments

Comments
 (0)