From 525860f6cf5f2e4464b59185510045f776440823 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Tue, 30 Nov 2021 13:29:22 -0300 Subject: [PATCH] BREAKING CHANGE: update typedoc config --- package.json | 2 +- typedoc.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 8e6405a..d8ae5ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/dev-config", - "version": "2.1.2", + "version": "3.0.0", "description": "A set of standard typescript config and tslint options for Salesforce projects.", "repository": "forcedotcom/dev-config", "main": "index.js", diff --git a/typedoc.js b/typedoc.js index 1379428..2277d45 100644 --- a/typedoc.js +++ b/typedoc.js @@ -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' };