ts-lit-plugin
Version:
Typescript plugin that adds type checking and code completion to lit-html
10 lines • 335 B
TypeScript
import * as ts from "typescript";
import * as tsServer from "typescript/lib/tsserverlibrary.js";
/**
* Export a function for the ts-service to initialize our plugin.
* @param typescript
*/
export declare function init({ typescript }: {
typescript: typeof ts;
}): tsServer.server.PluginModule;
//# sourceMappingURL=index.d.ts.map