Skip to content

chore(tsbuild): add TypeScript build schema and configuration files - #6149

Merged
madskristensen merged 5 commits into
SchemaStore:masterfrom
D1g1talEntr0py:add-tsbuild-schema
Jul 31, 2026
Merged

chore(tsbuild): add TypeScript build schema and configuration files#6149
madskristensen merged 5 commits into
SchemaStore:masterfrom
D1g1talEntr0py:add-tsbuild-schema

Conversation

@D1g1talEntr0py

Copy link
Copy Markdown
Contributor

Adding a new schema for @d1g1talEntr0py/tsbuild

Copilot AI review requested due to automatic review settings July 30, 2026 23:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json schema extending the existing jsconfig.json schema with a tsbuild property.
  • Added a positive test fixture at src/test/tsbuild/tsbuild.json.
  • Registered the schema in src/schema-validation.jsonc and src/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.

Comment thread src/schemas/json/tsbuild.json Outdated
Comment thread src/test/tsbuild/tsbuild.json
Comment thread src/api/json/catalog.json Outdated
Comment thread src/api/json/catalog.json Outdated
D1g1talEntr0py and others added 3 commits July 30, 2026 19:07
Forgot to add the tsconfig.json entry in the fileMatch

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@madskristensen
madskristensen merged commit 0f28443 into SchemaStore:master Jul 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants