neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.05k stars 68 forks source link

Configuring a tsconfig plugin for all TS projects #459

Open qauff opened 3 months ago

qauff commented 3 months ago

Hi there, I've configured @0no-co/GraphQLSP in a TS project, which has provided typings for graphql function calls and queries. I know there's a coc-tsserver setting for tsserver.pluginPaths which I've installed GraphQLSP globally and pointed to the correct path, so I can enable it, but I still need to update my project specific tsconfig.json to enable the plugin.

Is there available configuration to enable a plugin on initialization of coc-tsserver?