Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of skarab42/resolve-tsconfig

Account's avatar
skarab42/eslint-config
My ESLint config
Account's avatar
skarab42/prettier-config
My shared Prettier config
Account's avatar
skarab42/typescript-config
My shared TypeScript config
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
vitest-dev/vitest
C8 coverage provider for Vitest
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
toplenboren/simple-git-hooks
A simple, zero dependency tool for setting up git hooks for small projects
Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
egoist/tsup
Bundle your TypeScript library with no config, powered by esbuild
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
skarab42/vite-plugin-vitest-typescript-assert
🔥 TypeScript type assertion plugin for vitest.
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

skarab42's profile
skarab42
28 contributions
HiDeoo's profile
HiDeoo
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
skarab42

skarab42/resolve-tsconfig

Find and resolve a tsconfig with some options.

TypeScript
2
1
MIT License

resolve‑tsconfig is a small utility library for Node/TypeScript projects that locates a `tsconfig.json` (or a custom config file) starting from a given directory, resolves its inheritance chain, and returns the fully parsed TypeScript configuration (or any diagnostics). It’s aimed at developers building tools, scripts, or build pipelines that need to programmatically read and validate a project’s TypeScript settings.