summaryrefslogtreecommitdiffstats
path: root/.nycrc
diff options
context:
space:
mode:
Diffstat (limited to '.nycrc')
-rw-r--r--.nycrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.nycrc b/.nycrc
new file mode 100644
index 0000000..3c9559c
--- /dev/null
+++ b/.nycrc
@@ -0,0 +1,5 @@
+{
+ "extends": "@istanbuljs/nyc-config-typescript",
+ "all": true,
+ "include": [ "src/Lang" ]
+}