From 8000de45e28282901671daf83f8d5508df1eb51b Mon Sep 17 00:00:00 2001 From: Ilan Kushnir Date: Sun, 24 Nov 2024 12:00:56 +0200 Subject: [PATCH] chore: nyc config --- .nycrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .nycrc diff --git a/.nycrc b/.nycrc new file mode 100644 index 0000000..d11fe34 --- /dev/null +++ b/.nycrc @@ -0,0 +1,6 @@ +{ + "reporter": ["lcov", "text"], + "extension": [".ts"], + "include": ["src/**/*.ts"], + "exclude": ["tests/**/*.ts"] +}