Forum member

kaarels

1 post

Posts by kaarels

  1. Build fails for typescript files

    I hit a similar issue after I changed the regional settings on Windows. Fixed it by forcing TypeScript to always use en. In file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets" set property PreferredUILang value to "en" like so: [quote]<Proper…