0.3.0 • Published 10 months ago

@mvllow/tsconfig v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

tsconfig

Shared TypeScript config for my projects

Install

npm install --save-dev @mvllow/tsconfig

Usage

tsconfig.json

{
	"extends": "@mvllow/tsconfig",
	"compilerOptions": {
		"outDir": "dist"
	}
}

When targeting a higher version of Node.js, check the relevant ECMAScript version and add it as target:

{
	"extends": "@mvllow/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "ES2024"
	}
}

Inspired by @sindresorhus

0.3.0

10 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.0

4 years ago

0.0.0

4 years ago