Skip to content

Commit

Permalink
chore: typedoc works now
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Nov 16, 2021
1 parent 3631aec commit 8a8b5d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"watch": "tsc -w",
"start": "npm link && nodemon",
"semantic-release": "semantic-release",
"docs": "typedoc",
"docs": "typedoc src/index.ts",
"prepare:ci": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/"
},
"repository": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*", "coverage"],
"typedocOptions": {
"mode": "modules",
"out": "docs"
}
}

0 comments on commit 8a8b5d6

Please sign in to comment.