Skip to content

Read compilation settings from package.json #6590

@Brocco

Description

@Brocco

The tsconfig.json file was introduced around version 1.5 (or so) to store TypeScript compilation settings.

Proposal: leave configuration values being pulled from that file as the default but if it doesn't exist instead of just passing directly to no command options, attempt to pull the settings from package.json under a key of typescript

This is similar to the ideas posed in issue #4090 but instead of creating another config file it would just utilize a configuration file that already exists in a large number of projects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RevisitAn issue worth coming back toSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions