Browse Source

Add jest to types

pull/4434/head
Rory Powell 5 years ago
parent
commit
b589706646
  1. 2
      packages/server/tsconfig.json

2
packages/server/tsconfig.json

@ -10,7 +10,7 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true,
"types": [ "node" ],
"types": [ "node", "jest"],
},
"include": [
"./src/**/*",

Loading…
Cancel
Save