Hi all.
I'm facing a problem using Cypress and Typescript. Even using compiler options like noEmitOnError: true, when I have a Ts error, cypress starts and run try to run the tests. Is there an out of the box way to prevent the test execution if there are Ts error on my code?