Merge branch '8-add-npm-script-for-building-docs' into 'main'

Resolve "Add npm script for building docs"

Closes #8

See merge request finvis/usxi!6
This commit is contained in:
2023-10-10 16:24:45 -04:00
3 changed files with 105 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"live-build": "tsc --watch",
"lint": "eslint src/ --fix",
"lint-test": "eslint test/ --fix",
"test": "jest test/ --config jest.config.ts"
"test": "jest test/ --config jest.config.ts",
"docs": "typedoc --out docs/ src/index.ts"
},
"author": "",
"license": "GPL-3.0-or-later",
@ -23,6 +24,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"dependencies": {