You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webpack configuration can be written in TypeScript as well (see this page).
However, using this plugin with a TypeScript webpack configuration when TypeScript is set to strict mode and not allowing JS is not possible, since there are no TypeScript definitions of it. Not in the package itself, and not in DefinetlyTyped either.
Creating a .d.ts file with all exported types should remedy this.
The text was updated successfully, but these errors were encountered:
Webpack configuration can be written in TypeScript as well (see this page).
However, using this plugin with a TypeScript webpack configuration when TypeScript is set to strict mode and not allowing JS is not possible, since there are no TypeScript definitions of it. Not in the package itself, and not in DefinetlyTyped either.
Creating a .d.ts file with all exported types should remedy this.
The text was updated successfully, but these errors were encountered: