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"] }