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