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/
243 stars 45 forks source link

add helper functions defineConfig and definePlugin #257

Open odanado opened 6 months ago

odanado commented 6 months 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?