1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

fix bloom typedoc

This commit is contained in:
leibale
2021-12-29 12:15:30 -05:00
parent f93ac04436
commit 611e4100c8

View File

@@ -5,5 +5,12 @@
},
"include": [
"./lib/**/*.ts"
]
],
"typedocOptions": {
"entryPoints": [
"./lib"
],
"entryPointStrategy": "expand",
"out": "../../documentation/bloom"
}
}