Disable adding TypeScript files to csproj

Answered

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>

to my csproj. This is very undesirable behavior because I don't manage TypeScript compilation through csproj or msbuild in any way. I have to manually edit the csproj to remove the lines.

Is there any way to disable this behavior?

1 comment
Comment actions Permalink

Hello Bret,

Thanks for drawing our attention to it. At the moment, there is no way to disable this behavior, unfortunately. I've created an issue: https://youtrack.jetbrains.com/issue/RIDER-27083

0

Please sign in to leave a comment.