Skip to content
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

chore: move @types deps to ts_config #469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: move @types deps to ts_config #469

wants to merge 1 commit into from

Commits on Jun 11, 2024

  1. chore: move @types deps to the ts_config target

    Source code doesn't have to include any indication these 'ambient' types are required.
    However we can force users to be explicit in the tsconfig of which `@types` packages to include in compilation.
    This follows the locality principle, since the types weren't referenced in the sources, the deps dont belong on the ts_project.
    alexeagle committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    593ed6a View commit details
    Browse the repository at this point in the history