🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more
Socket
Book a DemoInstallSign in
Socket

@drmikecrowe/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drmikecrowe/tsconfig

TypeScript configuration I use for my projects

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

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

Keywords

typescript

FAQs

Package last updated on 08 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts