UNPKG

ts-lit-plugin

Version:

Typescript plugin that adds type checking and code completion to lit-html

6 lines 231 B
import * as tsModuleType from "typescript"; export declare const tsModule: { ts: typeof tsModuleType; }; export declare function setTypescriptModule(newModule: typeof tsModuleType): void; //# sourceMappingURL=ts-module.d.ts.map