Updating base for tsconfig#168
Merged
Merged
Conversation
Modernizing the look of tsconfig base file. Correcting path in the README.
Pasha Zayko (pasha-zayko)
requested review from
Copilot and
Elliot Huffman (elliot-huffman)
July 13, 2026 15:41
There was a problem hiding this comment.
Pull request overview
Updates the shared TypeScript base tsconfig and aligns the README instructions with the new config path, aiming to modernize/simplify the base configuration for consumers of this package.
Changes:
- Updated README to extend
@shi-corp/development-utilities/config/typescript/base.json. - Simplified
config/typescript/base.jsonby removing most commented template options and setting a smaller set of explicit compiler options.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Updates the documented extends path to the new base tsconfig filename. |
| config/typescript/base.json | Refactors/modernizes the base tsconfig and changes several compiler behaviors via explicit options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added comment on the implementation of the potentially noisy property
With some significant changes it is a major version update.
Elliot Huffman (elliot-huffman)
approved these changes
Jul 13, 2026
Elliot Huffman (elliot-huffman)
left a comment
Contributor
There was a problem hiding this comment.
looks good to me!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernizing the look of tsconfig base file.
Correcting path in the README.