How do you configure Jest to work with TypeScript?
Use the ts-jest package and update the Jest configuration file
Install typescript-jest and run jest --ts command.
Replace all .ts files with .js for testing.
Jest does not support TypeScript.
This question is part of this quiz :
Testing with TypeScript Quiz