docs: improve TypeScript and tsconfig.json documentation#3007
Merged
Conversation
Add tsconfig.json usage guide and compiler options section to the fundamentals TypeScript page so Node.js users can easily find it. Remove duplicated content from the reference page and replace with cross-links. Fix stale --config flag references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
lunadogbot
approved these changes
May 16, 2026
lunadogbot
left a comment
Contributor
There was a problem hiding this comment.
The new links to #using-tsconfigjson-with-deno and #ts-compiler-options resolve to headings present after this move, and the oldUrl redirects on the reference page are preserved. Approving.
- nit: the new directory tree fence in
runtime/fundamentals/typescript.mdis plain ```; tag it astextto match the docs code-block convention.
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.
Summary
tsconfig.jsonwith Deno" sections to the fundamentals TypeScript page — so Node.js users migrating to Deno can easily find guidance on tsconfig.json compatibilityts_config_migration.md), replacing with cross-links to the fundamentals page--config path/to/filereferences, replace with link to workspaces docsconfiguration.md,typescript.md, andts_config_migration.mdTest plan
#using-tsconfigjson-with-deno,#ts-compiler-options, etc.) resolve correctly🤖 Generated with Claude Code