correctly document stuff (#1878)

This commit is contained in:
ledhed2222
2021-12-17 19:03:54 -05:00
committed by GitHub
parent 46a8adcac9
commit 7d6d119e4c
162 changed files with 1572 additions and 1125 deletions

View File

@@ -44,7 +44,7 @@
"analyze": "run-s build:web --analyze",
"watch": "run-s build:lib --watch",
"clean": "rm -rf dist",
"docgen": "typedoc && echo js.xrpl.org >> ./docs/CNAME",
"docgen": "typedoc && echo js.xrpl.org >> ../../docs/CNAME",
"prepublish": "run-s clean build",
"test": "nyc mocha --config=test/.mocharc.json --exit",
"test:integration": "TS_NODE_PROJECT=tsconfig.build.json nyc mocha ./test/integration/**/*.ts ./test/integration/*.ts",

View File

@@ -1,7 +1,7 @@
{
"entryPoints": ["./src/index.ts"],
"tsconfig": "./tsconfig.build.json",
"out": "./docs",
"out": "../../docs",
"categoryOrder": [
"Constructor",
"Clients",