Add command to generate json docs

This commit is contained in:
Leonid Logvinov 2017-05-24 17:01:58 +02:00
parent 65ab6dcac0
commit 01b65a171e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -18,6 +18,7 @@
"lint": "tslint src/ts/**/*",
"test": "run-s clean build:commonjs && mocha lib/test/**/*.js",
"test:coverage": "nyc npm run test --all",
"docs:json": "typedoc --json docs/index.json .",
"docs:generate": "typedoc --out docs .",
"docs:open": "opn docs/index.html"
},