Skip to content

Commit 19c2cb1

Browse files
committed
build(typedoc): remove the typedoc configuration file
1 parent 2b69da8 commit 19c2cb1

File tree

3 files changed

+4
-573
lines changed

3 files changed

+4
-573
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test": "jest --coverage",
4242
"test:watch": "jest --coverage --watch",
4343
"test:prod": "yarn lint && yarn test --no-cache",
44-
"docs": "rimraf docs && typedoc --options typedoc.json",
44+
"docs": "rimraf docs && typedoc src/index.ts",
4545
"commit": "cz",
4646
"precommit": "lint-staged"
4747
},

typedoc.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)