5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
|
|
import ts from "typescript";
|
||
|
|
|
||
|
|
//#region src/index.d.ts
|
||
|
|
declare const plugin: ts.server.PluginModuleFactory;
|
||
|
|
export = plugin;
|