Bret

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Bret created a post,
    Answered

    Disable adding TypeScript files to csproj

    After upgrading to the latest Rider EAP (2019.1 EAP 7), every time I create a TypeScript file inside the project, it adds: <ItemGroup> <TypeScriptCompile Include="path\to\file.tsx" /></ItemGroup> ...