Skip to content

[Proposal] Improve TypeScript tsconfig reference web page usability #3377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SetTrend opened this issue Apr 28, 2025 · 0 comments
Open

[Proposal] Improve TypeScript tsconfig reference web page usability #3377

SetTrend opened this issue Apr 28, 2025 · 0 comments

Comments

@SetTrend
Copy link

SetTrend commented Apr 28, 2025

Summary

When visiting the original TypeScript tsconfig reference documentation web page, the first impression right away is that the page is Brobdingnagian, overweight and overwhelming. It has all the vast amount of configuration information crammed into a single, huge page that's hard to scroll and hard to survey.

From my personal point of view, it's too hard to find pertinent information therein in a timely manner. This is particularly true for daily work, where configuring TSC is not supposed to become a full-time task.

I propose to add search and filter options to the page as well as a new page layout, supposed to resemble the powerful, simple and easy to grasp File Explorer design.

Proposal

Using the original tsconfig reference documentation web page, I created a simple mock tsconfig reference page, visualizing my proposal:

        Improve tsconfig web page

Proposal Overview

The changes are simple and easy to implement:

  1. Re-arranging configuration property hyperlinks and content into two flex columns, restricting their max height to match the browser window height

  2. Adding a search bar to the top of the left flex block, along with the corresponding JavaScript

  3. When activating any of the configuration property hyperlinks, show filtered content in the right flex block by hiding all sections not addressed by the hyperlink

  4. Add an informative tooltip to each of the configuration property hyperlinks

You find the corresponding GitHub repository containing my mock implementation here:

https://github.com/SetTrend/tsConfig-config-proposal

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

No branches or pull requests

1 participant