From a269bfac12037bc4794085c6596218f8577cc27e Mon Sep 17 00:00:00 2001 From: mkosir Date: Fri, 8 Nov 2024 10:06:37 +0100 Subject: [PATCH] chore(deps): update dependencies --- scripts/tsconfig.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tsconfig.dev.json b/scripts/tsconfig.dev.json index 38ba50f..7554025 100644 --- a/scripts/tsconfig.dev.json +++ b/scripts/tsconfig.dev.json @@ -3,5 +3,5 @@ // Type check and lint all files and folders. // Explicitly include those starting with a dot (.) as they are ignored by default in glob patterns. "include": ["../.", "../.storybook/**/*", "../.commitlintrc.ts"], - "exclude": ["dist", "node_modules"] + "exclude": ["../dist", "../node_modules"] }