UNPKG

@prometx/trpc-navigation-plugin

Version:

TypeScript Language Service Plugin that fixes broken 'go to definition' for tRPC when using declaration emit

9 lines 280 B
import * as ts from 'typescript/lib/tsserverlibrary'; declare function create(info: ts.server.PluginCreateInfo): ts.LanguageService; declare function init(_modules: { typescript: typeof ts; }): { create: typeof create; }; export = init; //# sourceMappingURL=index.d.ts.map