From ebf0757c1846bcdedb1a18b6c6935f2af6740626 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 30 Aug 2022 09:28:57 -0600 Subject: [PATCH] fix: remove include prop from nyc config --- nyc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nyc.json b/nyc.json index e5effee..37a1e77 100644 --- a/nyc.json +++ b/nyc.json @@ -6,6 +6,5 @@ "branches": 50, "reporter": ["lcov", "text"], "extension": [".ts"], - "include": ["**/*.ts"], "exclude": ["**/*.d.ts", "**/*.test.ts"] }