tex-math-parser
tex-math-parser copied to clipboard
build process improvements
To improve the build process a bit, I installed vite, add a npm build
script and a configuration file for vite.
When executing npm run build
vite will build a cjs, es and iife version of the package and additionally a type declarations file is generated.
All this files are referenced in the package.json
for package usage.
This PR is based on #8 !