From 01e1692c95e1a68495aa936fad6caa6b4531964d Mon Sep 17 00:00:00 2001 From: Charlie Andrews-Jubelt Date: Wed, 1 May 2024 14:19:22 -0700 Subject: [PATCH] fix: knip config (#170) --- .knip.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.knip.json b/.knip.json index 239cc92..8c5fd10 100644 --- a/.knip.json +++ b/.knip.json @@ -1,5 +1,5 @@ { "entry": ["src/index.ts"], - "project": ["src/**/*/.ts"], + "project": ["src/**/*.ts"], "ignoreDependencies": ["@types/jest", "@valora/prettier-config"] }