jest/e2e/stack-trace-source-maps-wit.../package.json

14 lines
221 B
JSON

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