docs: doc

This commit is contained in:
2025-07-06 22:30:38 +09:00
parent 5cbe36fcd0
commit 1a9cb30c3e
26 changed files with 2186 additions and 34 deletions

View File

@@ -4,6 +4,7 @@
"description": "",
"scripts": {
"build": "tsc",
"doc": "typedoc --out docs src",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"prepublishOnly": "tsc"
},
@@ -32,6 +33,7 @@
"prettier": "3.6.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.7",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1"
},