🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@sindresorhus/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sindresorhus/tsconfig

Shared TypeScript config for my projects

latest
Source
npmnpm
Version
8.1.0
Version published
Weekly downloads
119K
-5.33%
Maintainers
1
Weekly downloads
 
Created
Source

tsconfig

Shared TypeScript config for my projects

This config makes TypeScript not do any polyfilling, so only use syntax and features available in the JavaScript environments you target.

Install

npm install --save-dev @sindresorhus/tsconfig

This config requires TypeScript >=5.9 and Node.js >=20.

Usage

tsconfig.json

{
	"extends": "@sindresorhus/tsconfig"
}

Keywords

tsconfig

FAQs

Package last updated on 31 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts