Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mgenware-tsconfig-core

mgenware23MIT20.0.0

Base tsconfig.json for Mgenware TypeScript projects. TypeScript 4.7+, node 14+.

tsconfig

readme

mgenware-tsconfig-core

npm version

Base tsconfig.json for Mgenware TypeScript projects. TypeScript 5+, node 18+.

Installation

npm i -D mgenware-tsconfig-core

NOTE: package major version indicates the minimum supported node version.

Usage

Extend this config:

{
  "extends": "mgenware-tsconfig-core"
}

Set the following compiler options based on your needs:

  • lib
  • target