Skip to content

Commit

Permalink
explicitly includes node, mocha, and chai because of windows path iss…
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Nov 23, 2016
1 parent 7c6cf20 commit 850b9d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"inlineSources": true,
"sourceMap": true,
"sourceRoot": "src",
"rootDir": "src"
"rootDir": "src",
"types": [
"node",
"mocha",
"chai"
]
}
}

0 comments on commit 850b9d1

Please sign in to comment.