@drmikecrowe/tsconfig

1.1.2 • Public • Published

tsconfig npm version

TypeScript configuration I use for my projects

🙋‍♂️ Made by @drmikecrowe

Donate: PayPal, Patreon

Buy Me a Coffee


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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @drmikecrowe/tsconfig

      Weekly Downloads

      0

      Version

      1.1.2

      License

      MIT

      Unpacked Size

      5.01 kB

      Total Files

      4

      Last publish

      Collaborators

      • drmikecrowe