Typescript compiler configuration presets
npm install --save-dev @w5s/tsconfigIn the tsconfig.json for your project
{
"extends": "@w5s/tsconfig"
}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
Typescript: >=5.x
MIT © Julien Polo julien.polo@gmail.com