get-tsconfig is a lightweight utility to locate and read a tsconfig.json file. It traverses upwards from a specified directory (or the current working directory) until a tsconfig.json is found. Parses the JSON, handles extends configurations recursively, and returns the resolved TypeScript compiler options. Simplifies access to TypeScript configuration details for tooling and build processes. Useful for applications need programmatical access to typescript compiler setup.