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 a75620c commit e6833dcCopy full SHA for e6833dc
dev-packages/node-integration-tests/tsconfig.json
@@ -6,6 +6,7 @@
6
"compilerOptions": {
7
// package-specific options
8
"esModuleInterop": true,
9
+ "noUncheckedIndexedAccess": false,
10
"types": ["node", "jest"]
11
}
12
0 commit comments