Skip to content

Commit f93210e

Browse files
use ts-mocha for testing. pay attention to put the glob in quotes!
1 parent ffefd49 commit f93210e

15 files changed

+611
-19
lines changed

lib/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"module": "commonjs",
44
"target": "es2015",
55
"declaration": true,
6-
"outDir": "../dist"
6+
"outDir": "../dist",
7+
"sourceMap": true
78
},
89
"include": [
910
"./**/*.ts"

0 commit comments

Comments
 (0)