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
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
Yorum Gönder