We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae835bc commit 8f7b1ebCopy full SHA for 8f7b1eb
tsconfig.json
@@ -10,6 +10,8 @@
10
"allowJs": true,
11
"noUnusedLocals": true,
12
"noUnusedParameters": true,
13
+ "noUncheckedIndexedAccess": true,
14
+ "exactOptionalPropertyTypes": true,
15
"sourceMap": true,
16
"baseUrl": ".",
17
"paths": {
0 commit comments