TS2664
Invalid module name in augmentation, module 'gas-local' cannot be found.
Broken Code ❌
declare module 'gas-local';Fixed Code ✔️
The problem occurs when you want to write a module augmentation for a package that isn't found in your "node_modules" directory. Make sure to install the module:
npm install gas-local --save