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 4cbc0a0 commit 29884a6Copy full SHA for 29884a6
package.json
@@ -8,8 +8,9 @@
8
"main": "dist/index.js",
9
"typings": "dist/index.d.ts",
10
"scripts": {
11
+ "test": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
12
"build": "tsc",
- "build:docs": "typedoc ./src --out ./docs --excludeNotExported && touch ./docs/.nojekyll"
13
+ "docs:build": "typedoc ./src --out ./docs --theme markdown --mdEngine gitbook --excludeNotExported"
14
},
15
"repository": {
16
"type": "git",
0 commit comments