Skip to content

Commit 0d82a0b

Browse files
committed
chore(tsconfig): add workaround for node-redis type errors (#3009)
1 parent 4c0fda0 commit 0d82a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/instrumentation-redis/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"compilerOptions": {
44
"rootDir": ".",
55
"outDir": "build",
6+
/* Work-around for the node-redis type-checking bug
7+
(see https://github.com/redis/node-redis/issues/3009). */
68
"esModuleInterop": true,
79
"allowSyntheticDefaultImports": true,
810
"skipLibCheck": true

0 commit comments

Comments
 (0)