In the process of migrating our test helper files to TypeScript, I encountered an issue with importing a .ts helper file into a .js test. This resulted in a syntax error as the test framework was not recognizing TypeScript syntax.
Can someone advise on the correct approach to resolve this issue?