Browse Source

Configured WebMVC project to use Typescript 3.0

pull/735/head
rafsanulhasan 6 years ago
parent
commit
e5aece2e35
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Web/WebSPA/WebSPA.csproj

+ 1
- 0
src/Web/WebSPA/WebSPA.csproj View File

@ -8,6 +8,7 @@
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<GeneratedItemPatterns>wwwroot/dist/**</GeneratedItemPatterns>
<DefaultItemExcludes>$(DefaultItemExcludes);$(GeneratedItemPatterns)</DefaultItemExcludes>
<TypeScriptToolsVersion>3.0</TypeScriptToolsVersion>
</PropertyGroup>
<ItemGroup>


Loading…
Cancel
Save