From d493f9b4f233f532b932fe300f5f8283ca32d180 Mon Sep 17 00:00:00 2001 From: mkosir Date: Mon, 9 Dec 2024 10:52:03 +0100 Subject: [PATCH] chore(deps): update dependencies --- knip.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 knip.ts diff --git a/knip.ts b/knip.ts new file mode 100644 index 00000000..70cd48bc --- /dev/null +++ b/knip.ts @@ -0,0 +1,8 @@ +import type { KnipConfig } from 'knip'; + +const knipConfig: KnipConfig = { + entry: ['src/index.ts'], +}; + +// eslint-disable-next-line import/no-default-export +export default knipConfig;