From a8e0a435ba2830b7e630619bf0ce7865f7765ebd Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:29:34 +0000 Subject: [PATCH] chore(tsconfig): include clients nd private folders --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0c5c0cd9a0350..0264d0f3a4e03 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "resolveJsonModule": true, "target": "es5" }, - "include": ["packages/", "lib/"], + "include": ["packages/", "lib/", "clients/", "private/"], "exclude": ["node_modules/", "**/*.spec.ts"], "typedocOptions": { "readme": "README.md",