strict-configs
v0.0.5
Published
Strict configurations for typescript projects
Readme
Strict configurations for typescript projects
Usage:
- Install package
npm install strict-configs - Extend your configs:
{
"extends": "strict-configs/ts/tsconfig.base.json",
"compilerOptions": {
"allowJs": false // disable default extended rule
}
}