From e979a73693e755bb0c0b9fdd098d1173d5a51683 Mon Sep 17 00:00:00 2001 From: Kamil Sobon Date: Fri, 20 Dec 2024 12:54:27 +0100 Subject: [PATCH] Update README.md --- README.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/README.md b/README.md index aa77d5b..66ee671 100644 --- a/README.md +++ b/README.md @@ -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