You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
exclude ./lib/sentinel/test-util.ts from build
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./lib/test-utils.ts",
|
"./lib/test-utils.ts",
|
||||||
"./lib/**/*.spec.ts"
|
"./lib/**/*.spec.ts",
|
||||||
|
"./lib/sentinel/test-util.ts"
|
||||||
],
|
],
|
||||||
"typedocOptions": {
|
"typedocOptions": {
|
||||||
"entryPoints": [
|
"entryPoints": [
|
||||||
|
Reference in New Issue
Block a user