Skip to content

Commit

Permalink
fixing typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jan 13, 2021
1 parent 5b06cde commit 42bcdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"all": "npm run compile && npm run lint && npm test && npm run build",
"build": "browserify dist/src/index.js -s subEvents -o dist/index.js && node extras/deploy.js",
"compile": "tsc -p src && tsc -p extras/src && tsc extras/deploy.ts && tsc -p test",
"doc": "typedoc",
"doc": "typedoc ./src/index.ts",
"lint": "tslint --fix ./src/**/*.ts ./extras/src/*.ts ./test/**/*.ts",
"test": "nyc mocha -r ts-node/register test/**/*.spec.ts",
"travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"theme": "minimal",
"excludeExternals": true,
"excludePrivate": true,
"excludeNotExported": true,
"excludeNotDocumented": true,
"disableOutputCheck": true,
"exclude": [
"./extras/**/*.ts",
Expand Down

0 comments on commit 42bcdc8

Please sign in to comment.