From 5d79e007d5a20295a7f9f6307364146b4c11ef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tammerg=C3=A5rd?= Date: Tue, 6 Jul 2021 12:07:05 +0200 Subject: [PATCH] fix: limit lib to include files in main.ts --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c5f0fc39a..cc6095f58 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,6 @@ }, "include": [ "src/main.ts", - "src/components/**/*.ts", - "src/components/**/*.tsx", "src/types/custom.d.ts", // TODO, this could probably be moved to typeRoots "src/types/emotion.d.ts", ]