Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 460 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 460 Bytes

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.5 or later.

Usage

tsconfig.json

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