1.0.0 • Published 1 year ago

@guardian/tsconfig v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@guardian/tsconfig

A TSConfig base for Guardian TypeScript projects.

This is a base config intended to improve code quality. It does not have any opinions about your project shape.

Installation

yarn add -D @guardian/tsconfig

or

npm install --save-dev @guardian/tsconfig

Usage

// tsconfig.json
{
	"extends": "@guardian/tsconfig/tsconfig.json",
}