From f05b90d204697dc0ccc12d1885eef89df311a25e Mon Sep 17 00:00:00 2001 From: Dima Vyshniakov Date: Mon, 18 Dec 2023 01:31:34 +0100 Subject: [PATCH] fix --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c335dfd..478cdd6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,7 @@ "@/*": ["./src/*"] } }, - "include": ["src"], + "include": ["src", "templates/**/*.ts", "templates/**/*.tsx"], "exclude": ["**/*.stories.*"], "references": [{ "path": "./tsconfig.node.json" }] }