GitHub - sindresorhus/tsconfig: Shared TypeScript config for my projects (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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