// TS config for generation of library's type declarations with TSC.
{
  "extends": "@tsconfig/recommended",
  "include": ["src"],
  "compilerOptions": {
    "declaration": true,
    "emitDeclarationOnly": true,
    "jsx": "react-jsx",
    "module": "ESNext",
    "moduleResolution": "Node",
    "outDir": "build/types-code",
    "strict": true,
    "verbatimModuleSyntax": true,
  }
}
