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 11d55ad commit 255e0d5Copy full SHA for 255e0d5
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