Skip to content

Commit

Permalink
build(package): bump package and package-lock (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jan 18, 2022
1 parent ec92db2 commit a85c7a6
Show file tree
Hide file tree
Showing 3 changed files with 914 additions and 1,280 deletions.
12 changes: 4 additions & 8 deletions .typedoc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"mode": "file",
"entryPoints": ["src"],
"out": "out",
"exclude": "test",
"theme": "minimal",
"theme": "default",
"excludePrivate": true,
"excludeNotExported": true,
"excludeExternals": true,
"listInvalidSymbolLinks": true,
"target": "ES5",
"moduleResolution": "node",
"preserveConstEnums": "true",
"stripInternal": "true",
"module": "commonjs",
"excludeInternal": true,
"entryPointStrategy": "expand",
"readme": "none",
"gaID": "UA-102577034-2"
}

0 comments on commit a85c7a6

Please sign in to comment.