Resolve and parse `tsconfig.json`, replicating TypeScript's behaviour
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**Summary:** `tsconfig` is a lightweight Node utility that resolves, reads, and parses `tsconfig.json` files exactly as the TypeScript compiler would, handling upward directory searches, optional path arguments, and BOM‑stripping JSON parsing. It’s aimed at developers who need programmatic access to TypeScript configuration—e.g., build tools, linting pipelines, or IDE extensions—so they can reliably query or manipulate TypeScript project settings without depending on the full TypeScript compiler.