{
"jest": {
"rootDir": "./",
"transform": {
"\\.(ts)$": "<rootDir>/preprocessor.js"
},
"testEnvironment": "node",
"testRegex": "fails"
"dependencies": {
"typescript": "^5.0.0"
}