electron-react-typescript-boilerplate
electron-react-typescript-boilerplate copied to clipboard
VSCode Issue
Hello and thank you for the useful boilerplate,
I'm just getting started with the project, but I noticed something when I open it in Visual Studio Code: the editor shows e2e.spec.ts as red (meaning it has errors), and when I open the file, the first line is underlined, complaining something about an async callback in jest (I have attached a screenshot)

Of course, I can run the test and it works fine, but I was wondering if there's a way to fix this issue in Visual Studio Code.
Thank you