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