Skip to content

Commit

Permalink
fix: remove web-sdk-common from docs (#207)
Browse files Browse the repository at this point in the history
Additionally:
- Moves excludes from `tsconfig.json` into `typedoc.json`.
- Removes extraneous exclude in `typedoc.json` for `packages/site/**/*.ts`.
  • Loading branch information
Westin Newell committed Nov 14, 2019
1 parent 3fe6ed7 commit 880d99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@
"include": [
"scripts/**/*.ts",
"packages/*/src/**/*.ts"
],
"exclude": [
"packages/createproject/**",
"packages/test-utils/**",
"packages/web-sdk-common/**"
]
}
4 changes: 3 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"readme": "./docs/API.md",
"exclude": [
"scripts/**/*.ts",
"packages/site/**/*.ts",
"packages/createproject/**/*.ts",
"packages/test-utils/**/*.ts",
"packages/web-sdk-common/**/*.ts",
"utils/**/*.ts"
]
}

0 comments on commit 880d99f

Please sign in to comment.