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

exclude ./lib/sentinel/test-util.ts from build

This commit is contained in:
Leibale
2024-02-28 10:26:23 -05:00
parent 3e167912fb
commit 88ef3b87ed

View File

@@ -9,7 +9,8 @@
],
"exclude": [
"./lib/test-utils.ts",
"./lib/**/*.spec.ts"
"./lib/**/*.spec.ts",
"./lib/sentinel/test-util.ts"
],
"typedocOptions": {
"entryPoints": [