Skip to content

docs: add tsconfig.json support details to TypeScript page#3026

Open
bartlomieju wants to merge 2 commits intomainfrom
docs/tsconfig-support-2666
Open

docs: add tsconfig.json support details to TypeScript page#3026
bartlomieju wants to merge 2 commits intomainfrom
docs/tsconfig-support-2666

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Summary

  • Adds a new "Configuring TypeScript with tsconfig.json" section to the TypeScript fundamentals page (/runtime/fundamentals/typescript/)
  • Documents auto-detection of tsconfig.json and jsconfig.json (since Deno 2.1)
  • Covers supported fields, precedence rules when both deno.json and tsconfig.json exist, and includes a practical example
  • Links to the existing detailed reference page for compiler options

Closes #2666

Test plan

  • Verify the new section renders correctly on the docs site
  • Confirm anchor link #tsconfig works
  • Check that the cross-link to /runtime/reference/ts_config_migration/ resolves

🤖 Generated with Claude Code

bartlomieju and others added 2 commits April 8, 2026 08:21
Adds documentation for the minimumDependencyAge configuration option,
which protects against supply chain attacks by requiring dependencies
to have existed for a minimum age before installation.

Closes #3017

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…pt page

Closes #2666. Documents tsconfig.json compatibility on the TypeScript
fundamentals page, including auto-detection, supported fields, precedence
rules, jsconfig.json support (since Deno 2.1), and a practical example.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

Details of tsconfig support

1 participant