Skip to content

Commit

Permalink
fix: typedoc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 13, 2019
1 parent 3435072 commit 2b77669
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolveJsonModule": true
},
"typedocOptions": {
"name": "@open-rpc/schema-utils-js",
"name": "@open-rpc/typings",
"mode": "file",
"src": [ "./src/index.ts" ],
"out": "docs",
Expand All @@ -25,23 +25,13 @@
"readme": "./README.md",
"exclude": [
"node_modules",
"lib",
"docs",
"build",
"jest.config.js",
"src/**/*.test.ts"
],
"toc": [
"parseOpenRPCDocument",
"generateMethodParamId",
"generateMethodResultId",
"validateOpenRPCDocument",
"MethodCallValidator",
"MethodTypings",
"ParameterValidationError",
"OpenRPCDocumentValidationError",
"OpenRPCDocumentDereferencingError",
"ContentDescriptorNotFoundInMethodError"
"MethodTypings"
]
}
}

0 comments on commit 2b77669

Please sign in to comment.