Skip to content

Commit

Permalink
Merge pull request #2 from forcedotcom/cd/W-10159876
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update typedoc config
  • Loading branch information
WillieRuemmele authored Dec 17, 2021
2 parents 06b8299 + 6074cb4 commit 1b1a4b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/dev-config",
"version": "2.1.3",
"version": "3.0.0",
"description": "A set of standard typescript config and tslint options for Salesforce projects.",
"repository": "forcedotcom/dev-config",
"main": "index.js",
Expand Down
5 changes: 0 additions & 5 deletions typedoc.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
module.exports = {
includes: 'src',

mode: 'file',
module: 'commonjs',
excludeExternals: true,
excludeNotExported: true,
excludePrivate: true,

includeDeclarations: true,
target: 'ES6',
hideGenerator: true,
theme: 'minimal'
};

0 comments on commit 1b1a4b6

Please sign in to comment.