@sindresorhus/tsconfig

7.0.0 • Public • Published

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

Package Sidebar

Install

npm i @sindresorhus/tsconfig

Weekly Downloads

9,628

Version

7.0.0

License

MIT

Unpacked Size

2.96 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus