Skip to content

Commit dc7345e

Browse files
committed
fix: vercel build
Signed-off-by: Innei <[email protected]>
1 parent 40b53f2 commit dc7345e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

storybook/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig.json",
33
"include": [
4-
"."
4+
".",
5+
"./src"
56
],
67
"exclude": [
78
"dist",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
],
3939
"exclude": [
4040
"node_modules",
41-
"packages/markdown"
41+
"packages/markdown",
42+
"./storybook"
4243
]
4344
}

0 commit comments

Comments
 (0)