open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
226 stars 37 forks source link

add helper functions defineConfig and definePlugin #257

Open odanado opened 1 month ago

odanado commented 1 month ago

Libraries such as Vite and Nuxt provide functions to support Config and plugin definitions.

These helper functions provide the developer with IDE's intellisense through type definitions and jsdoc.

The developer will see less documentation when writing the configuration, reducing typos and other errors.

I am interested in implementing these helper functions. May I create a pull request?