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 b7f8c56 commit 10f139eCopy full SHA for 10f139e
package.json
@@ -5,7 +5,7 @@
5
"main": "es2015/src/index.js",
6
"scripts": {
7
"build": "webpack --mode=production --reporter basic",
8
- "docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"default\" --out ./docs/api",
+ "docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"default\" --out ./docs",
9
"tsc": "tsc",
10
"dev": "concurrently \"webpack --watch --reporter basic --mode=development\"",
11
"start": "npm run dev"
0 commit comments