@w5s/ts-config

2.0.10 • Public • Published

W5S Typescript configuration (@w5s/ts-config)

NPM Version License

Typescript compiler configuration presets

Installation

npm install --save-dev @w5s/ts-config

Usage

In the tsconfig.json for your project

{
    "extends": "@w5s/ts-config"
}

Features

  • tsconfig.json
    • All strict settings by default
    • Emit JS with latest syntax, files should be transpiled if needed with other tool (esbuild, etc)
    • Isolated modules
    • Source map, Declaration and Declaration map

Requirements

Typescript: >=5.x

License

MIT © Julien Polo julien.polo@gmail.com

Readme

Keywords

Package Sidebar

Install

npm i @w5s/ts-config

Weekly Downloads

154

Version

2.0.10

License

MIT

Unpacked Size

5.42 kB

Total Files

4

Last publish

Collaborators

  • jpolo