-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
RevisitAn issue worth coming back toAn issue worth coming back toSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
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.
tivac, pygy and hwillson
Metadata
Metadata
Assignees
Labels
RevisitAn issue worth coming back toAn issue worth coming back toSuggestionAn idea for TypeScriptAn idea for TypeScript