Skip to content

Commit

Permalink
doc: support typescript doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Dec 31, 2024
1 parent 44603e9 commit fa131b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
4 changes: 2 additions & 2 deletions packages/docs/jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"plugins": ["plugins/markdown"],
"plugins": ["plugins/markdown", "better-docs/typescript"],
"recurseDepth": 10,
"source": {
"include": ["../ember-simple-auth/src", "../ember-simple-auth/package.json"],
"exclude": ["../ember-simple-auth/src/test-support"],
"includePattern": ".+\\.js(doc|x)?$",
"includePattern": ".+\\.(js|ts)(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"opts": {
Expand Down
30 changes: 1 addition & 29 deletions pnpm-lock.yaml

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

0 comments on commit fa131b7

Please sign in to comment.