mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
docs: generate docs
This commit is contained in:
parent
97292756dc
commit
fb1007e71c
30 changed files with 2687 additions and 3 deletions
|
|
@ -7,7 +7,8 @@
|
|||
},
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"prepublishOnly": "pnpm tsc && node dist/release.js"
|
||||
"prepublishOnly": "pnpm tsc && node dist/release.js",
|
||||
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
@ -16,7 +17,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"typedoc": "^0.22.7",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
"types": "./types.d.ts"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue