library-template.ts
library-template.ts copied to clipboard
Q: is this template able to generate a .js runnable from a React/Angular/Vue/etc. app ?
Is this template able to generate a .js usable from a JS/TS React/Angular/Vue/etc. app ? If yes, do you have an example?
Thanks!
Hi @berdal84, this repository is 6 years old, and a lot has changed in the ecosystem since then. I'd recommend checking out a modern approach, such as this one: https://github.com/lukeed/typescript-module
Thanks!