Skip to content

Commit 1f71996

Browse files
committed
docs: update typedoc
1 parent 293e4d7 commit 1f71996

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format": "prettier --write \"{src,test,examples}/**/*.ts\"",
1515
"update": "yarn upgrade-interactive",
1616
"build": "tsc -b src",
17-
"docs": "typedoc --excludeNotExported --exclude \"./src/utils/**/*.ts\" --mode file --out \"./dist/\" \"./src/\""
17+
"docs": "typedoc"
1818
},
1919
"dependencies": {
2020
"binarytf": "^2.1.1"

typedoc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"out": "./docs/",
3+
"readme": "./README.md",
4+
"name": "binarytf",
5+
"entryPoints": ["src/index.ts"],
6+
"tsconfig": "./src/tsconfig.json"
7+
}

0 commit comments

Comments
 (0)