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",