Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 8, 2024
1 parent 740ca87 commit a269bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tsconfig.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit a269bfa

Please sign in to comment.