From f6c5663bf87048eef177a1a7171c69c1912a2688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20=C5=A0nuderl?= Date: Sun, 27 Dec 2020 16:04:16 +0100 Subject: [PATCH] fix: include types --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index c51f9d6..033e10a 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -3,5 +3,5 @@ "compilerOptions": { "jsx": "react" }, - "exclude": ["src/__tests__", "src/stories", "dist", "rollup"] + "exclude": ["src/test", "src/stories", "dist", "rollup", "jest.config.ts"] }