[Blazor][Wasm] Disable built-in typescript target #18980
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
Milestone
After 679ed5d I started getting build errors due to the typescript SDK not being able to load one of the tasks.
Given that we don't use it and that the recommended way is to use the typescript package, I added the following property to disable the default logic
<EnableTypeScriptNuGetTarget>true</EnableTypeScriptNuGetTarget>
to bypass this issue.The text was updated successfully, but these errors were encountered: