Skip to content

Commit

Permalink
Add typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
efokschaner committed May 2, 2021
1 parent 989915b commit 49a565e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"private": true,
"scripts": {
"apidocs": "typedoc",
"docs": "doctoc --title '**Table of content**' README.md",
"clean": "lerna run clean",
"build": "lerna run build",
Expand All @@ -21,6 +22,7 @@
"eslint-plugin-import": "~2.22.1",
"lerna": "~4.0.0",
"react": "~17.0.0",
"typedoc-plugin-nojekyll": "~1.0.1",
"typescript": "~4.2.0"
},
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"gitRevision": "master",
"name": "ts-monorepo",
"out": "docs",
"packages": ["."],
"plugin": ["typedoc-plugin-nojekyll"]
}

0 comments on commit 49a565e

Please sign in to comment.