webpack.config.dev.ts
import * as ProgressBarPlugin from 'progress-bar-webpack-plugin';
Error: Could not find a declaration file for module 'progress-bar-webpack-plugin'
If I try to add a module in a declaration file:
index.d.ts
declare module "progress-bar-webpack-plugin";
Error: Invalid module name in augmentation. Module 'progress-bar-webpack-plugin' resolves to an untyped module at '.../myproject/node_modules/progress-bar-webpack-plugin/index.js', which cannot be augmented.ts(2665)