|
@@ -10,9 +10,11 @@
|
|
|
/* Set the base directory from which to resolve bare module names */
|
|
|
"baseUrl": "./src",
|
|
|
|
|
|
- /* TODO: Enable these */
|
|
|
+ /* This is hard to enforce in certain cases where we do a lot of array
|
|
|
+ indexing, e.g. image/ML ops, and TS doesn't currently have a way to
|
|
|
+ disable this for blocks of code. */
|
|
|
"noUncheckedIndexedAccess": false,
|
|
|
- /* MUI doesn't play great with exactOptionalPropertyTypes currently */
|
|
|
+ /* MUI doesn't play great with exactOptionalPropertyTypes currently. */
|
|
|
"exactOptionalPropertyTypes": false
|
|
|
}
|
|
|
}
|