mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
docs: generate docs
This commit is contained in:
parent
d197e460f9
commit
f614f00d6b
35 changed files with 105 additions and 82 deletions
|
|
@ -18,9 +18,9 @@
|
|||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"generateDocs": "npx typedoc --entryPointStrategy expand ./src",
|
||||
"generateDocs": "typedoc --entryPointStrategy expand ./src",
|
||||
"test": "jest",
|
||||
"prepublishOnly": "npm run build"
|
||||
"prepublishOnly": "pnpm run build"
|
||||
},
|
||||
"author": "James Cook",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue