From 9dc19c8d150dae985b3c1ec953b2ac7be2367d84 Mon Sep 17 00:00:00 2001 From: nhanluongoe Date: Thu, 11 Jan 2024 16:19:41 +0700 Subject: [PATCH] chore: exclude stories from ts --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5040ebc..9ea6e44 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "rootDir": "./src" }, "include": ["src", "types", "test"], - "exclude": ["./site"] + "exclude": ["./site", "stories"] }