Skip to content

Commit ca3837e

Browse files
committed
🔧 chore(compiler): configure typescript to use supertest types
1 parent dc1a5bf commit ca3837e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"@types/node",
1515
"@types/express",
1616
"@types/cors",
17-
"@types/jest"
17+
"@types/jest",
18+
"@types/supertest"
1819
],
1920
"noImplicitAny": true
2021
},

0 commit comments

Comments
 (0)