Skip to content

Commit

Permalink
client-sdk/ts-web: Add typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Sep 20, 2023
1 parent 54f5df8 commit f7fcb8b
Show file tree
Hide file tree
Showing 9 changed files with 201 additions and 4 deletions.
1 change: 1 addition & 0 deletions client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"protobufjs-cli": "^1.1.2",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 7 additions & 1 deletion client-sdk/ts-web/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
},
"include": [
"src/**/*"
]
],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "doc",
"excludeInternal": true,
"excludePrivate": true
}
}
1 change: 1 addition & 0 deletions client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"prettier": "^3.0.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 7 additions & 1 deletion client-sdk/ts-web/ext-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
},
"include": [
"src/**/*"
]
],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "doc",
"excludeInternal": true,
"excludePrivate": true
}
}
169 changes: 169 additions & 0 deletions client-sdk/ts-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client-sdk/ts-web/rt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 7 additions & 1 deletion client-sdk/ts-web/rt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
},
"include": [
"src/**/*"
]
],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "doc",
"excludeInternal": true,
"excludePrivate": true
}
}
1 change: 1 addition & 0 deletions client-sdk/ts-web/signer-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"prettier": "^3.0.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 7 additions & 1 deletion client-sdk/ts-web/signer-ledger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
},
"include": [
"src/**/*"
]
],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "doc",
"excludeInternal": true,
"excludePrivate": true
}
}

0 comments on commit f7fcb8b

Please sign in to comment.