1.1.2 • Published 4 years ago

@drmikecrowe/tsconfig v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

tsconfig npm version

TypeScript configuration I use for my projects

Getting started

Install Node.js 10 or above

# yarn

yarn add @drmikecrowe/tsconfig --dev

# npm

npm install --save-dev @drmikecrowe/tsconfig

Usage

tsconfig.json

{
	"extends": "@drmikecrowe/tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "es2018" // Node.js 10
	}
}

Show your support

Give a ⭐️ if this project helped you!

License

MIT © Abhijith Vijayan