Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 22, 2023
1 parent 606c8bd commit 39fa26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfigs/tsconfig.dev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
// Files and folders starting with a . are ignored by the glob patterns
"include": ["../.", "../.storybook/**/*", "../.commitlintrc.ts", "../.eslintrc.js"]
"include": ["../.", "../.storybook/**/*", "../.commitlintrc.ts", "../.eslintrc.cjs"]
}

0 comments on commit 39fa26f

Please sign in to comment.