From 6aeb0b0078e6ad64d5d746ff6c8da79fa6617558 Mon Sep 17 00:00:00 2001 From: Joren Broekema Date: Mon, 10 Aug 2020 15:45:20 +0200 Subject: [PATCH] chore: re-add package root index.js to exclude for build tsc --- tsconfig.build.types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.build.types.json b/tsconfig.build.types.json index b2d9dd69f..b8fb0eb4f 100644 --- a/tsconfig.build.types.json +++ b/tsconfig.build.types.json @@ -6,6 +6,7 @@ "noEmit": false }, "exclude": [ + "packages/*/index.js", "node_modules", "**/node_modules/*", "**/coverage/*",