Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.11 KB

strict-tsconfig

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.

How to use

Choose Readme for your project:

Contribution

Updating major/minor versions

  1. Update peerDependencies.
  2. Add new version to the readme.
  3. Make other necessary changes.
  4. Set proper version for a package. The same version as TS/Angular apart from patch version. Patch version should be 0
  5. Create PR
  6. After the PR is approved, feel free to merge it.
  7. All tags will be created automatically.

Patching

  1. Make necessary change.
  2. Create PR
  3. After the PR is approved, feel free to merge it.
  4. Patch version will be bumped automatically.
  5. All tags will be created automatically

License

MIT