stimulus-reveal-controller
stimulus-reveal-controller copied to clipboard
Export TS types
This would be a quick win since the package is written in TS.
Something like this could do the trick:
{
"scripts": {
"build": "tsup ./src/index.ts --format esm,cjs --dts --minify",
}
}
or there seems to be a vite plugin.
Hi @janklimo
Great idea!
Can you open a PR with tsup and the package.json updated?
Thank!