From 6d1cf54f353f244273b6c9626c9d6612c290c5e5 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 7 Jul 2020 18:47:40 +0900 Subject: [PATCH] chore: include types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 88e7d1b..11a3e7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "jsx": "react", "allowJs": true }, - "include": ["src"] + "include": ["src", "types"] }