-
Notifications
You must be signed in to change notification settings - Fork 13.4k
tsc --init-basic #46150
Copy link
Copy link
Closed
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScript
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScript
Suggestion
As a professional TypeScript developer, I start new TS projects all the time. I use
tsc --initsometimes, but more often than not I copytsconfig.jsonfiles from other projects because I find thetsconfig.jsonfile that is generated to be horribly spammy.Having a
tsc --initcommand is valuable to me, because quite often I want to bootstrap a project quickly, but the comments get in my way, as they make it harder to read what the actual config of a project is, and generally look really messy. If I ever runtsc --initthe first thing I do is strip out these comments.I'd really appreciate a
tsc --init-basic(or something like it) that provides the same basic configuration set but without any comments.🔍 Search Terms
tsconfig comments init
✅ Viability Checklist
My suggestion meets these guidelines: