Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Fixed typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed May 29, 2021
1 parent 6885236 commit 3ec3450
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ ebconfig2.json
ebconfig2.js

docs/*

typedoc.json
20 changes: 20 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"entryPoints": [
"./src/"
],
"out": "docs",
"excludeProtected": true,
"exclude": [
"./src/EasybaseProvider.tsx",
"./src/index.tsx",
"./src/cache.tsx",
"./src/typings.d.ts",
"./src/react-app-env.d.ts",
"./src/decs.d.ts"
],
"gitRevision": "dev",
"excludePrivate": true,
"excludeExternals": false,
"categorizeByGroup": false,
"gaID": "UA-180320774-1"
}

0 comments on commit 3ec3450

Please sign in to comment.