sindresorhus / tsconfigView external linksLinks
Shared TypeScript config for my projects
☆380Oct 31, 2025Updated 3 months ago
Alternatives and similar repositories for tsconfig
Users that are interested in tsconfig are comparing it to the libraries listed below
Sorting:
- Style guide for adding type definitions to my npm packages☆579Nov 6, 2022Updated 3 years ago
- ESLint shareable config for TypeScript to be used with eslint-config-xo☆179Jan 18, 2026Updated 3 weeks ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Aug 9, 2021Updated 4 years ago
- Type check values☆1,759Dec 27, 2025Updated last month
- Simple config handling for your app or module☆1,323Feb 4, 2026Updated last week
- Get metadata on the default editor or a specific editor☆55Sep 10, 2025Updated 5 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆19Apr 3, 2024Updated last year
- Get the iTerm2 version☆11Jan 5, 2026Updated last month
- Get a random key from an object☆18Jul 2, 2024Updated last year
- Check whether a package or organization name is available on npm☆288Sep 15, 2025Updated 4 months ago
- Get namespaced config from the closest package.json☆121Nov 5, 2023Updated 2 years ago
- Check if a file path is an archive file☆16Apr 30, 2024Updated last year
- Ensure a function is only called once☆165Feb 2, 2026Updated last week
- Get the version of a binary in semver format☆36Apr 3, 2024Updated last year
- Turn an object into a string of HTML attributes☆50Mar 30, 2023Updated 2 years ago
- Get the email of an npm user☆32Feb 29, 2024Updated last year
- Modify the values of an object☆29Sep 10, 2021Updated 4 years ago
- Regular expression for matching scoped npm package names☆27Jul 9, 2022Updated 3 years ago
- Detect when an element is ready in the DOM☆447Jan 27, 2026Updated 2 weeks ago
- Serialize objects to JSON with handling for circular references☆162Feb 2, 2026Updated last week
- Simple wildcard matching☆34Sep 15, 2025Updated 4 months ago
- Trim newlines from the start and/or end of a string☆49Mar 20, 2023Updated 2 years ago
- Essential utilities for TypeScript projects☆742Feb 3, 2026Updated last week
- Run promise-returning & async functions in series☆71Aug 12, 2021Updated 4 years ago
- Strip a substring from the start/end of a string☆23Jul 9, 2022Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Feb 26, 2022Updated 3 years ago
- Extract the article title of a HTML document☆56Sep 9, 2025Updated 5 months ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Aug 31, 2023Updated 2 years ago
- Check if your code is running as an npm script☆56Sep 18, 2021Updated 4 years ago
- Memoize promise-returning & async functions☆437Oct 16, 2025Updated 3 months ago
- Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`☆164Apr 21, 2021Updated 4 years ago
- Create a MD5 hash with hex encoding☆48Nov 6, 2023Updated 2 years ago
- Check whether a package or organization name is available on npm☆173Feb 2, 2026Updated last week
- Resolve the path of a package regardless of it having an entry point☆55Updated this week
- Check if a string matches the name of a Node.js builtin module☆63Feb 27, 2025Updated 11 months ago
- Check if a path is a file, directory, or symlink☆80Feb 2, 2026Updated last week
- Parse text columns, like the output of unix commands☆84Sep 9, 2025Updated 5 months ago
- Wait for localhost to be ready from the command-line☆121Sep 11, 2025Updated 5 months ago
- Open files in your editor at a specific line and column☆55Nov 3, 2021Updated 4 years ago