-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1 @@ | ||
# 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: | ||
|
||
- [TypeScript](packages/strict/README.md) | ||
- [Angular](packages/angular-strict/README.md) | ||
|
||
## Contribution | ||
|
||
### Updating major/minor versions | ||
1. Update `peerDependencies`. | ||
1. Add new version to the readme. | ||
1. Make other necessary changes. | ||
1. Set proper version for a package. The same version as `TS`/`Angular` apart from patch version. Patch version should be `0` | ||
1. Create PR | ||
1. After the PR is approved, feel free to merge it. | ||
1. All tags will be created automatically. | ||
|
||
### Patching | ||
1. Make necessary change. | ||
1. Create PR | ||
1. After the PR is approved, feel free to merge it. | ||
1. Patch version will be bumped automatically. | ||
1. All tags will be created automatically | ||
|
||
## License | ||
|
||
[MIT](LICENSE) | ||
dasdd |