Skip to content

Commit

Permalink
Fixed tsconfig for jest config (see jestjs/jest#11453)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed Nov 22, 2023
1 parent 451c093 commit 0dcd952
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Node/tsconfig.json
Expand Up @@ -19,9 +19,14 @@
"include": [
"./app.ts",
"./lib.ts",
"./jest.config.ts"
"jest.config.ts"
],
"exclude": [
"node_modules"
]
],
"ts-node": {
"moduleTypes": {
"jest.config.ts": "cjs"
}
}
}

0 comments on commit 0dcd952

Please sign in to comment.