Skip to content

smartrecruiters/tsconfig

Repository files navigation

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

About

it provides tsconfig with all strict rules

Resources

License

Stars

Watchers

Forks

Packages

No packages published