Skip to content

Commit

Permalink
Update ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
tancredi committed Nov 18, 2022
1 parent 0541ce2 commit 43fbb91
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@
"preset": "ts-jest",
"testEnvironment": "node",
"rootDir": "./src",
"globals": {
"ts-jest": {
"tsconfig": "./tsconfig.test.json"
}
"transform": {
"^.+\\.tsx?$": [
"ts-jest",
{
"tsconfig": "./tsconfig.test.json"
}
]
}
},
"engines": {
Expand Down

0 comments on commit 43fbb91

Please sign in to comment.