ts-oak-plugin/lib/index.d.ts

6 lines
181 B
TypeScript

import * as ts from 'typescript/lib/tsserverlibrary';
declare function init(modules: any): {
create: (info: ts.server.PluginCreateInfo) => ts.LanguageService;
};
export = init;