From dc7345ed1f2085b4ad6523439aa6a839fe2e4e36 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 20 Jun 2023 19:48:02 +0800 Subject: [PATCH] fix: vercel build Signed-off-by: Innei --- storybook/tsconfig.json | 3 ++- tsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/storybook/tsconfig.json b/storybook/tsconfig.json index c1ee6aed46..1d6745c844 100644 --- a/storybook/tsconfig.json +++ b/storybook/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "../tsconfig.json", "include": [ - "." + ".", + "./src" ], "exclude": [ "dist", diff --git a/tsconfig.json b/tsconfig.json index 6021c14a36..722b0124bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,6 +38,7 @@ ], "exclude": [ "node_modules", - "packages/markdown" + "packages/markdown", + "./storybook" ] } \ No newline at end of file