BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
216 stars 31 forks source link

fix: remove tsconfig.json move to csproj based config #63

Closed attilah closed 3 years ago

attilah commented 3 years ago

This PR removes the tsconfig.json based compilation and uses only MSBuild properties to leverage the used TS nuget package capabilities.