Consider adding languageServiceOptions
to TSConfig
#57629
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
π Search Terms
"language", "service", "options", "tsconfig"
β Viability Checklist
β Suggestion
This is just a design issue. Without reading the documentation it isnβt clear that
compilerOptions.plugins
are actually "language service plugins". The compiler does not load the plugins, hence it might make sense separating them tolanguageServiceOptions
(similar towatchOptions
).This issue could be considered as a candidate for #54500
π Motivating Example
languageServiceOptions.plugins
makes it clear that these plugins will not be loaded during compile time.π» Use Cases
Each time when the
plugins
option is used.The text was updated successfully, but these errors were encountered: