Skip to content

Commit

Permalink
Added workflow for doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Oct 17, 2020
1 parent 0cfc162 commit ae5015f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
jspm_packages
build
dist
docs
.env
yarn-error.log
!*fixtures/node_modules
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,10 @@
"forceConsistentCasingInFileNames": true
/* Disallow inconsistently-cased references to the same file. */
},
"include": ["./src/**/*", "./typings"]
"include": ["./src/**/*", "./typings"],

"typedocOptions": {
"mode": "library",
"out": "docs"
}
}

0 comments on commit ae5015f

Please sign in to comment.