DEV Community

Discussion on: Visual Studio 2019 - ASP.NET Core 3.1 React App with TypeScript

Collapse
 
nullrefexc profile image
Xam

First of all, thanks for the tutorial. I'd also like to give remark that in my case the .csproj file didn't contain any of the item groups you mentioned. I had to instead add "esModuleInterop": true, to my tsconfig.json file.