Skip to content

Commit

Permalink
fix: remote tsconfig.json move to csproj based config (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilah authored Feb 21, 2021
1 parent 3dc993d commit 8ece290
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 34 deletions.
26 changes: 9 additions & 17 deletions src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,24 @@
<TargetFramework>net5.0</TargetFramework>
<IsPackable>true</IsPackable>
<PackageId>Blazor.Extensions.Logging</PackageId>
<TypescriptOutDir>wwwroot</TypescriptOutDir>
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>

<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*;</DefaultItemExcludes>
</PropertyGroup>

<PropertyGroup>
<ResolveCurrentProjectStaticWebAssetsInputsDependsOn>
CompileTypeScript;
$(ResolveCurrentProjectStaticWebAssetsInputs)
</ResolveCurrentProjectStaticWebAssetsInputsDependsOn>
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
<TypeScriptNoImplicitAny>true</TypeScriptNoImplicitAny>
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
<TypeScriptTarget>es6</TypeScriptTarget>
<TypeScriptStrict>true</TypeScriptStrict>
<TypeScriptAlwaysStrict>true</TypeScriptAlwaysStrict>
<TypeScriptPreserveConstEnums>true</TypeScriptPreserveConstEnums>
<TypescriptOutDir>wwwroot</TypescriptOutDir>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="tsconfig.json"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
Expand Down
17 changes: 0 additions & 17 deletions src/Blazor.Extensions.Logging/tsconfig.json

This file was deleted.

0 comments on commit 8ece290

Please sign in to comment.