Skip to content

Commit

Permalink
chore(typedoc): Update the entryPoints field
Browse files Browse the repository at this point in the history
Included the `lsTypes.ts` module to the `entryPoints` field.
  • Loading branch information
mitsuki31 committed Apr 18, 2024
1 parent 326ea63 commit 32681d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typedoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
titleLink: pkg.repository.url.replace(/^git\+/, ''),
entryPoints: [
'src/lsfnd.ts',
'src/lsTypes.ts',
'types/index.d.ts',
'types/build.prop.d.ts'
],
Expand Down

0 comments on commit 32681d7

Please sign in to comment.