{ 
  "extends": "@tsconfig/recommended",
  "compilerOptions": {
    "jsx": "react-jsx",
    "module": "Preserve",
    "noEmit": true,
    "noUncheckedIndexedAccess": true,
    "verbatimModuleSyntax": true
  }
}
