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