xxczaki / tsconfig-1

Shared TypeScript config for my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsconfig

Shared TypeScript config for my projects

Install

$ npm install --save-dev @sindresorhus/tsconfig

Usage

tsconfig.json

{
	"extends": "@sindresorhus/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "es2018",
		"lib": [
			"es2018"
		]
	}
}

License

MIT © Sindre Sorhus

About

Shared TypeScript config for my projects

License:MIT License