If not set "*.tsx" will be included as "Content" expected "TypeScriptCompile" ```json "csproj.itemType": { "*": "Content", ".ts": "TypeScriptCompile", ".tsx": "TypeScriptCompile" } ```