Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

W5S Typescript configuration (@w5s/tsconfig)

NPM Version License

Typescript compiler configuration presets

Installation

npm install --save-dev @w5s/tsconfig

Usage

In the tsconfig.json for your project

{
  "extends": "@w5s/tsconfig"
}

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