We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3db92 commit 3f31751Copy full SHA for 3f31751
schema_salad/typescript/package.json
@@ -4,7 +4,8 @@
4
"description": "${project_description}",
5
"main": "index.js",
6
"scripts": {
7
- "test": "nyc --reporter=lcov mocha --require ts-node/register src/test/**/*.ts"
+ "test": "nyc --reporter=lcov mocha --require ts-node/register src/test/**/*.ts",
8
+ "doc": "rm -rf ./docs && typedoc src/index.ts"
9
},
10
"license": "${license_name}",
11
"devDependencies": {
@@ -22,6 +23,7 @@
22
23
"nyc": "^15.1.0",
24
"sinon": "^12.0.1",
25
"ts-node": "^10.4.0",
26
+ "typedoc": "^0.22.10",
27
"typescript": "^4.4.4",
28
"codecov.io": "^0.1.6"
29
0 commit comments