Skip to content

Commit e3871d9

Browse files
committed
Exclude stories from build
1 parent a2831ff commit e3871d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": [ "**/test/**/*" ]
3+
"exclude": [ "**/test/**/*", "**/tests/**/*", "**/stories/**" ]
44
}

0 commit comments

Comments
 (0)