Skip to content

Commit 8cc873d

Browse files
add typedoc
1 parent 86c8b89 commit 8cc873d

4 files changed

Lines changed: 250 additions & 1 deletion

File tree

package-lock.json

Lines changed: 190 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"ts-api-utils": "~2.0",
2626
"ts-proto": "^2.7.7",
2727
"typed-emitter": "^2.1.0",
28+
"typedoc": "^0.28.11",
2829
"typescript": "~5.7",
2930
"typescript-eslint": "~8.19",
3031
"vitest": "^3.2.4"
@@ -33,6 +34,7 @@
3334
"start": "node build/src/main.js",
3435
"clean": "rimraf coverage build tmp",
3536
"prebuild": "npm run lint",
37+
"build:documentation": "typedoc --readme ./README.md src/main.ts",
3638
"build": "tsc -p tsconfig.json",
3739
"build:watch": "tsc -w -p tsconfig.json",
3840
"build:release": "npm run clean && tsc -p tsconfig.release.json",

0 commit comments

Comments
 (0)