diff options
Diffstat (limited to '.taprc')
-rw-r--r-- | .taprc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.taprc b/.taprc new file mode 100644 index 00000000..44e24f55 --- /dev/null +++ b/.taprc @@ -0,0 +1,3 @@ +coverage-map: coverage-map.js +exclude: + - test/lib/* |