Skip to content

Commit

Permalink
Merge pull request #306 from json-schema-tools/fix/typedoc-working
Browse files Browse the repository at this point in the history
fix: get typedoc working again
  • Loading branch information
BelfordZ authored Jun 8, 2021
2 parents 3dddd89 + 43fa0e8 commit e9236f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"typedoc": "^0.20.36",
"typescript": "^4.3.2"
"typescript": "4.2.4"
},
"dependencies": {}
}
8 changes: 5 additions & 3 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@json-schema-tools/traverse",
"mode": "file",
"inputFiles": [
"entryPoints": [
"./src/index.ts"
],
"out": "docs",
Expand All @@ -14,6 +13,9 @@
"src/*.test.ts"
],
"toc": [
"traverse"
"Traverse",
"TraverseOptions",
"MutationFunction",
"defaultOptions"
]
}

0 comments on commit e9236f4

Please sign in to comment.