@andjsrk/tsconfig
v0.1.2
Published
A set of tsconfigs personally preferred
Readme
Usage
Install the configs with
npm install --save-dev @andjsrk/tsconfigthen update extends field on your tsconfig.json:
{
"extends": "@andjsrk/tsconfig/base",
// ...
}That's all.
Available configs
Notes
- The configs assumes your project is ESM-based.
- All compiler options are recommended to not override, unless otherwise marked with
// overridable.
