Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jan 18, 2024
1 parent 09f9f6a commit 097e910
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/iso-base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": [
"src/rfc4648.js",
"src/crypto.js",
Expand Down
1 change: 1 addition & 0 deletions packages/iso-did/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out", "test/mocks/mockServiceWorker.js"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": ["src/index.js", "src/core.js", "src/key.js", "src/web.js"],
"includeVersion": true,
"excludeExternals": true,
Expand Down
1 change: 1 addition & 0 deletions packages/iso-filecoin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": [
"src/wallet.js",
"src/token.js",
Expand Down
1 change: 1 addition & 0 deletions packages/iso-kv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": ["src/index.js", "src/adapters/*.js"],
"includeVersion": true,
"excludeExternals": true,
Expand Down
1 change: 1 addition & 0 deletions packages/iso-passkeys/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": ["src/index.js"],
"includeVersion": true,
"excludeExternals": true,
Expand Down
1 change: 1 addition & 0 deletions packages/iso-signatures/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": [
"src/signers/*.js",
"src/verifiers/*.js",
Expand Down
1 change: 1 addition & 0 deletions packages/iso-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out", "test/mocks/mockServiceWorker.js"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": [
"src/signals.js",
"src/crypto.js",
Expand Down
1 change: 1 addition & 0 deletions packages/iso-websocket/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"include": ["src", "scripts", "test", "package.json"],
"exclude": ["node_modules", "dist", "out"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": ["src/index.js"],
"includeVersion": true,
"excludeExternals": true,
Expand Down

0 comments on commit 097e910

Please sign in to comment.