Skip to content

Commit aa86573

Browse files
author
nicosammito
committed
refactor: update tsconfig.json to remove unnecessary array brackets from exclude
1 parent 2076657 commit aa86573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node_modules",
2525
"build",
2626
"dist",
27-
[".storybook"]
27+
".storybook"
2828
],
2929
"types": [
3030
"typePatches"

0 commit comments

Comments
 (0)