@w5s/ts-config
v3.0.0
Published
Typescript compiler configuration presets
Readme
W5S Typescript configuration (@w5s/ts-config)
Typescript compiler configuration presets
Installation
npm install --save-dev @w5s/ts-configUsage
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 [email protected]
