From 3483f117465b9043f25b83af13f979eac2aea248 Mon Sep 17 00:00:00 2001 From: Kubosaka Date: Sun, 7 Jul 2024 03:10:07 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=E3=83=93=E3=83=AB=E3=83=89=E6=99=82?= =?UTF-8?q?=E3=81=AEstorybook=E3=82=92=E7=84=A1=E8=A6=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/next-project/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/next-project/tsconfig.json b/view/next-project/tsconfig.json index d42dbcca9..4d99b8dc0 100644 --- a/view/next-project/tsconfig.json +++ b/view/next-project/tsconfig.json @@ -20,5 +20,5 @@ }, "extends": "./tsconfig.paths.json", "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "src/stories/*"] }