Skip to content

Commit f447421

Browse files
committed
chore: exclude dirs from tsconfig
Signed-off-by: Andres Correa Casablanca <castarco@coderspirit.xyz>
1 parent 00d9539 commit f447421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
"skipLibCheck": true
4444
},
4545
"exclude": [
46+
"coverage/**/*",
4647
"dist/**/*",
4748
"node_modules/**/*",
49+
"storybook-static/**/*",
4850
]
4951
}

0 commit comments

Comments
 (0)