From 83f60e607559a853df1018e1e64dde64ea234361 Mon Sep 17 00:00:00 2001 From: Tiago Gimenes Date: Sat, 9 Mar 2019 23:00:56 -0300 Subject: [PATCH] makes build to pass in new react 3.x builder --- react/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/tsconfig.json b/react/tsconfig.json index 273b350..fe3f4a9 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -26,6 +26,6 @@ "typeAcquisition": { "enable": false }, - "exclude": ["node_modules"], + "exclude": ["node_modules", "./**/*__mocks__", "./**/*__tests__"], "include": ["./typings/*.d.ts", "./**/*.tsx"] }