launch-editor icon indicating copy to clipboard operation
launch-editor copied to clipboard

Provide types for `launch-editor-middleware`

Open FloEdelmann opened this issue 1 year ago • 0 comments

Webpack can be configured using TypeScript configuration files: https://webpack.js.org/configuration/configuration-languages/

Using launch-editor-middleware in a TypeScript file however causes a "missing declaration file" error because there are no types bundled in the package. Also @types/launch-editor-middleware does not exist.

Would it be possible to add and bundle the types in the package?

FloEdelmann avatar Nov 20 '24 12:11 FloEdelmann