1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +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": [ "include": [
"./lib/**/*.ts" "./lib/**/*.ts"
] ],
"typedocOptions": {
"entryPoints": [
"./lib"
],
"entryPointStrategy": "expand",
"out": "../../documentation/bloom"
}
} }