1
0
Fork 0
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:
James Cook 2021-10-29 15:46:44 +01:00
parent 97292756dc
commit fb1007e71c
30 changed files with 2687 additions and 3 deletions

View file

@ -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"
}