Skip to content

Commit

Permalink
Add json5 to default list of loaded languages
Browse files Browse the repository at this point in the history
Closes #2593
  • Loading branch information
Gerrit0 committed Jun 16, 2024
1 parent 53f10b8 commit 01917be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/options/sources/typedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export function addTypeDocOptions(options: Pick<Options, "addDeclaration">) {
"javascript",
"json",
"jsonc",
"json5",
"tsx",
"typescript",
] satisfies BundledLanguage[],
Expand Down

0 comments on commit 01917be

Please sign in to comment.