remove export
Jovi De Croock 2 years ago 21eeb0d6 afe238f9
··· 389 389 return proxy; 390 390 } 391 391 392 392 - export const init: ts.server.PluginModuleFactory = () => { 392 392 + const init: ts.server.PluginModuleFactory = () => { 393 393 return { create }; 394 394 }; 395 395