It is said that to enable strict mode for TypeScript, only "strict": true
should be added in your project's tsconfig.json
file. Actually it is not the full truth, there are many more useful additional options and this package enables all of them for an absolute strict mode. SmartRecruiters’ tsconfig contains all strict rules and improves your project type-safety.
Choose Readme for your project:
- Update
peerDependencies
. - Add new version to the readme.
- Make other necessary changes.
- Set proper version for a package. The same version as
TS
/Angular
apart from patch version. Patch version should be0
- Create PR
- After the PR is approved, feel free to merge it.
- All tags will be created automatically.
- Make necessary change.
- Create PR
- After the PR is approved, feel free to merge it.
- Patch version will be bumped automatically.
- All tags will be created automatically