Ana içeriğe atla

Types Error

 So I go to node_modules/@types/node/index.d.ts(117,13) and MANUALLY do this:


//declare var module: NodeModule;    <---- old text

declare var module: { id: string; };   <--- new text

Yorumlar

Bu blogdaki popüler yayınlar