0.0.1 • Published 3 years ago

@foretag/tsconfig v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Foretag TS Config

Shared TypeScript config for Foretag internal and public projects.

Install

npm install --save-dev @foretag/tsconfig

Usage

tsconfig.json

{
	"extends": "@foretag/tsconfig",
	"compilerOptions": {
		"outDir": "dist"

		// Other configuration options to override where necessary
	}
}

Options

See https://www.typescriptlang.org/tsconfig for all configuration options