New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zch-tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zch-tsconfig

Shared TypeScript config for my projects

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

tsconfig

Shared TypeScript config for my projects

Install

yarn add zch-tsconfig -D
// or
npm install --save-dev zch-tsconfig

This config requires TypeScript 4.7 or later.

Usage

tsconfig.json

{
	"extends": "zch-tsconfig",
	"compilerOptions": {
		"outDir": "dist"
	}
}

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

{
	"extends": "zch-tsconfig",
	"compilerOptions": {
		"outDir": "dist",
		"target": "ES2021"
	}
}

Keywords

tsconfig

FAQs

Package last updated on 26 Aug 2022

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