chore: reorganize tsconfig files for clarity - #257
Open
ulissesferreira wants to merge 1 commit into
Open
Conversation
ulissesferreira
force-pushed
the
chore/rename-and-reorganize-tsconfig-files
branch
2 times, most recently
from
September 2, 2026 16:34
3b21025 to
b58adfc
Compare
ulissesferreira
force-pushed
the
chore/rename-and-reorganize-tsconfig-files
branch
from
September 2, 2026 16:39
b58adfc to
a754be9
Compare
Battambang
reviewed
Sep 2, 2026
| @@ -1,10 +1,9 @@ | |||
| { | |||
| "extends": "../../tsconfig.packages.build.json", | |||
| "extends": "../../../tsconfig.packages.non-snaps.build.json", | |||
Contributor
There was a problem hiding this comment.
3 levels isn't it make it outside the repo from this tree level?
Battambang
reviewed
Sep 2, 2026
| @@ -1,8 +1,7 @@ | |||
| { | |||
| "extends": "../../tsconfig.packages.json", | |||
| "extends": "../../../tsconfig.packages.json", | |||
Contributor
There was a problem hiding this comment.
also might be too deep here
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.
Explanation
One more clarity improving PR for the
tsconfigfiles on our repository so anyone can understand what is happening under the hood and keeping as many similarities as possible withcore. The hierarchy of the config files is explained below but I believe that with their names and comments inside it should be self explanatory. Please raise if this is not extremely intuitive.References
Checklist