From 7ae4797feb3c772e611f98779bcd3ca583f3d4d8 Mon Sep 17 00:00:00 2001 From: Karan Shahani Date: Tue, 14 Nov 2023 10:54:18 -0500 Subject: [PATCH] fix(studio): Remove CLI from include --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 360b01da2..f99bdc746 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,6 +26,6 @@ }, "typeRoots": ["types", "node_modules/@types"] }, - "include": ["./src/**/*", "./cli/**/*"], + "include": ["./src/**/*"], "files": ["node_modules/jest-expect-message/types/index.d.ts"] }