feat: added typedoc for docs generation

This commit is contained in:
2025-03-10 05:38:39 +01:00
parent 88b13e50ec
commit fb9d50a5bd
3 changed files with 113 additions and 1 deletions

View File

@@ -28,7 +28,8 @@
"typecheck": "tsc --noEmit",
"format:check": "prettier --check .",
"check": "pnpm lint && pnpm typecheck && pnpm format:check",
"prepare": "husky"
"prepare": "husky",
"docs:create": "typedoc src/index.ts"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
@@ -38,6 +39,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "3.5.3",
"typedoc": "^0.27.9",
"typescript": "^5.5.3",
"typescript-eslint": "^8.26.0"
},