Skip to content

Commit

Permalink
use ts-mocha for testing. pay attention to put the glob in quotes!
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-taskbase committed Mar 10, 2021
1 parent ffefd49 commit f93210e
Show file tree
Hide file tree
Showing 15 changed files with 611 additions and 19 deletions.
3 changes: 2 additions & 1 deletion lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"module": "commonjs",
"target": "es2015",
"declaration": true,
"outDir": "../dist"
"outDir": "../dist",
"sourceMap": true
},
"include": [
"./**/*.ts"
Expand Down
Loading

0 comments on commit f93210e

Please sign in to comment.