18.0.0 • Published 5 months ago

mgenware-tsconfig-core v18.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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