chore(tsbuild): add TypeScript build schema and configuration files - #6149
Merged
madskristensen merged 5 commits intoJul 31, 2026
Merged
Conversation
D1g1talEntr0py
requested review from
hyperupcall and
madskristensen
as code owners
July 30, 2026 23:00
for more information, see https://pre-commit.ci
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new SchemaStore JSON Schema for @d1g1talEntr0py/tsbuild, along with the corresponding validation configuration and a positive test fixture, so editors/validators can recognize and validate tsbuild configuration.
Changes:
- Added
src/schemas/json/tsbuild.jsonschema extending the existingjsconfig.jsonschema with atsbuildproperty. - Added a positive test fixture at
src/test/tsbuild/tsbuild.json. - Registered the schema in
src/schema-validation.jsoncandsrc/api/json/catalog.json.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/schemas/json/tsbuild.json | New schema definition for tsbuild options (tsconfig/jsconfig extension). |
| src/test/tsbuild/tsbuild.json | New positive test fixture exercising tsbuild options. |
| src/schema-validation.jsonc | Registers jsconfig.json as an external schema dependency for validation. |
| src/api/json/catalog.json | Adds a catalog entry to enable schema auto-detection via file patterns. |
Forgot to add the tsconfig.json entry in the fileMatch Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
for more information, see https://pre-commit.ci
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.
Adding a new schema for @d1g1talEntr0py/tsbuild