This commit is contained in:
Manav Rathi
2024-06-18 09:25:35 +05:30
parent ed1e6df967
commit c68a16a9a9

View File

@@ -1,12 +1,9 @@
{
"extends": "@/build-config/tsconfig-next.json",
"compilerOptions": {
/* Set the base directory from which to resolve bare module names */
/* Set the base directory from which to resolve bare module names. */
"baseUrl": "./src",
/* TODO(MR): Enable this */
"noUncheckedIndexedAccess": false,
/* MUI doesn't play great with exactOptionalPropertyTypes currently. */
/* MUI doesn't work with exactOptionalPropertyTypes yet. */
"exactOptionalPropertyTypes": false
},
"include": [