Skip to content

Commit

Permalink
Add mocha into tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Aug 20, 2019
1 parent 6a44b06 commit 99bb70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -15,7 +15,8 @@
],
"outDir": "lib/",
"types": [
"node"
"node",
"mocha"
]
},
"include": [
Expand Down

0 comments on commit 99bb70c

Please sign in to comment.