Usage:
- Install package
npm install strict-configs
- Install tslib
npm install tslib
forimportHelpers
to work - Extend your configs:
{
"extends": "strict-configs/ts/tsconfig.base.json",
"compilerOptions": {
"allowJs": false // disable default extended rule
}
}