typesafeconfig
v4.3.0
Published
TypeScript base configuration (tsconfig) to extend from with emphasis on type safety.
Downloads
502
Maintainers
Readme
typesafeconfig
TypeScript base configuration (tsconfig) to extend from with emphasis on type safety.
Installation
npm install --save-dev typesafeconfigUsage
In your tsconfig.json:
{
"extends": "typesafeconfig/tsconfig.json",
"compilerOptions": {
// ...
}
}Or:
{
"extends": "typesafeconfig/tsconfig.strict.json",
"compilerOptions": {
// ...
}
}