Skip to content

Commit 9803dbf

Browse files
committed
fix redis build
1 parent 7a7c330 commit 9803dbf

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/redis/tsconfig.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,5 @@
55
},
66
"include": [
77
"./index.ts"
8-
],
9-
"references": [{
10-
"path": "./packages/client"
11-
}, {
12-
"path": "./packages/bloom"
13-
}, {
14-
"path": "./packages/graph"
15-
}, {
16-
"path": "./packages/json"
17-
}, {
18-
"path": "./packages/search"
19-
}, {
20-
"path": "./packages/time-series"
21-
}]
8+
]
229
}

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
"path": "./packages/search"
1515
}, {
1616
"path": "./packages/time-series"
17+
}, {
18+
"path": "./packages/redis"
1719
}]
1820
}

0 commit comments

Comments
 (0)