Skip to content

Commit 9a856e6

Browse files
authored
fix: typedoc fix to ESM (#771)
1 parent a712c2c commit 9a856e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
name: 'express-openid-connect',
33
out: './docs/',
44
excludeExternals: true,

0 commit comments

Comments
 (0)