feat: added typedoc for docs generation
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user