We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0fda0 commit 0d82a0bCopy full SHA for 0d82a0b
packages/instrumentation-redis/tsconfig.json
@@ -3,6 +3,8 @@
3
"compilerOptions": {
4
"rootDir": ".",
5
"outDir": "build",
6
+ /* Work-around for the node-redis type-checking bug
7
+ (see https://github.com/redis/node-redis/issues/3009). */
8
"esModuleInterop": true,
9
"allowSyntheticDefaultImports": true,
10
"skipLibCheck": true
0 commit comments