new docs script
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"coverage": "pnpm test -- --coverage",
|
"coverage": "pnpm test -- --coverage",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"playground": "nodemon --exec esmo --ext ts,tsx ./playground/main.tsx",
|
"playground": "nodemon --exec esmo --ext ts,tsx ./playground/main.tsx",
|
||||||
"docs": "typedoc library/main.ts --out docs --excludePrivate --excludeProtected --excludeInternal"
|
"docs": "typedoc && git add docs && git commit -m 'docs'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"entryPoints": ["library/main.ts"],
|
"entryPoints": ["library/main.ts"],
|
||||||
|
"out": "docs",
|
||||||
"excludeInternal": true,
|
"excludeInternal": true,
|
||||||
"excludePrivate": true,
|
"excludePrivate": true,
|
||||||
"excludeProtected": true,
|
"excludeProtected": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user