when I create jest.config.js file my babel.config.js file gets ignored and throws the error Support for the experimental syntax 'jsx' isn't currently enabled (1:1):
> 1 | <template>
| ^
when I delete jestconfig file I get ts-jest semicolon errors.