docs: added reference for JS Client (#1629)
* added reference for JS Client * added reference for JS Client * added reference for JS Client
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
"resolve-cwd": "^3.0.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"typedoc": "^0.22.15",
|
||||
"typedoc-frontmatter-plugin": "link:docs-util/typedoc-plugins/typedoc-frontmatter-plugin",
|
||||
"typedoc-monorepo-link-types": "^0.0.2",
|
||||
"typedoc-plugin-markdown": "^3.12.1",
|
||||
"typedoc-plugin-merge-modules": "^3.1.0",
|
||||
"typedoc-plugin-reference-excluder": "^1.0.0",
|
||||
"typeorm": "^0.2.31"
|
||||
},
|
||||
"lint-staged": {
|
||||
@@ -67,6 +71,7 @@
|
||||
"test:integration:plugins": "jest --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
|
||||
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand",
|
||||
"generate:services": "typedoc --options typedoc.services.js",
|
||||
"generate:js-client": "typedoc --options typedoc.js-client.js",
|
||||
"release:snapshot": "changeset publish --no-git-tags --snapshot --tag snapshot"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user