diff --git a/package.json b/package.json index cf1ed5dc..2aee7409 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "scripts": { "build": "rm -rf dist/ && tsc", - "doc": "typedoc --excludeNotDocumented --excludeInternal --excludePrivate", + "doc": "typedoc", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet", "lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", "prepack": "npm run test && npm run build",