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"] }