Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Make TS stricter ## ♻️ Current situation & Problem TypeScript types for standard lib have couple decisions that could be better. One of them is `any` return type from `JSON.parse` and `res.json()`. ## ⚙️ Release Notes * Improve TS built-in types ## 📚 Documentation `reset.d.ts` fixes them all making TS code more safe and more pleasant to work with. See [rules](https://www.totaltypescript.com/ts-reset) for all the changes. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information