Skip to content

Commit

Permalink
🔧 chore(compiler): configure typescript to use supertest types
Browse files Browse the repository at this point in the history
  • Loading branch information
gajaguar committed Jul 31, 2021
1 parent dc1a5bf commit 05ce442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"@types/node",
"@types/express",
"@types/cors",
"@types/jest"
"@types/jest",
"@types/supertest"
],
"noImplicitAny": true
},
Expand Down

0 comments on commit 05ce442

Please sign in to comment.