Skip to content

Commit

Permalink
Skip type checking when running jest with ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jul 21, 2022
1 parent eb62301 commit 61f40ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"ts-node": {
"transpileOnly": true,
},
"compilerOptions": {
"strict": true,
"sourceMap": true,
Expand Down

0 comments on commit 61f40ac

Please sign in to comment.