webpack.config.dev.ts
import * as ProgressBarPlugin from 'progress-bar-webpack-plugin';
An error occurred while trying to locate a declaration file for the module 'progress-bar-webpack-plugin'
Upon attempting to add a module in a declaration file:
index.d.ts
declare module "progress-bar-webpack-plugin";
Error: The module name provided in the augmentation is invalid. The 'progress-bar-webpack-plugin' module resolves to an untyped module at '.../myproject/node_modules/progress-bar-webpack-plugin/index.js', which cannot be augmented.ts(2665)