npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@sindresorhus/tsconfig

8.1.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:67109
$ npm install @sindresorhus/tsconfig
DailyWeeklyMonthlyYearly

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"
}