From 130dfa8974587404ace3b85036557c9172f37aea Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 8 Oct 2019 16:15:30 +0700 Subject: [PATCH] faster tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 351b0b61..3b6d8e22 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,6 @@ "~/*": ["src/*"] } }, - "include": ["./src/**/*", "./custom.d.ts"], + "include": ["./src/index.tsx", "./custom.d.ts"], "exclude": ["./__tests__/**/*"] }