diff --git a/.nycrc b/.nycrc new file mode 100644 index 0000000000000000000000000000000000000000..63c2cde21ed0827e32a29ec7d50a1454d5a1e282 --- /dev/null +++ b/.nycrc @@ -0,0 +1,5 @@ +{ + "extends": "@istanbuljs/nyc-config-typescript", + "reporter": ["text", "text-summary", "lcov"], + "all": true +}