@salesforce/dev-config
Advanced tools
Comparing version 2.1.3 to 3.0.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [3.0.0](https://github.com/forcedotcom/dev-config/compare/v2.1.3...v3.0.0) (2021-12-17) | ||
### ⚠ BREAKING CHANGES | ||
* update typedoc config | ||
* Merge pull request #2 from forcedotcom/cd/W-10159876 ([1b1a4b6](https://github.com/forcedotcom/dev-config/commit/1b1a4b6cd13d51da346a9a2d06a59a8147f82e9c)), closes [#2](https://github.com/forcedotcom/dev-config/issues/2) | ||
### 2.1.3 (2021-12-17) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"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.", | ||
@@ -5,0 +5,0 @@ "repository": "forcedotcom/dev-config", |
module.exports = { | ||
includes: 'src', | ||
mode: 'file', | ||
module: 'commonjs', | ||
excludeExternals: true, | ||
excludeNotExported: true, | ||
excludePrivate: true, | ||
includeDeclarations: true, | ||
target: 'ES6', | ||
hideGenerator: true, | ||
theme: 'minimal' | ||
}; |
6541
53