You've already forked node-redis
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:
@@ -9,7 +9,8 @@
|
||||
],
|
||||
"exclude": [
|
||||
"./lib/test-utils.ts",
|
||||
"./lib/**/*.spec.ts"
|
||||
"./lib/**/*.spec.ts",
|
||||
"./lib/sentinel/test-util.ts"
|
||||
],
|
||||
"typedocOptions": {
|
||||
"entryPoints": [
|
||||
|
Reference in New Issue
Block a user