You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will probably cause some headaches going forward upgrading node versions, testing frameworks, linting and so on. I suggest removing it and just use tsc directly.
We probably do not need to build minified builds in the npm package. signify-ts can be published as an ES Module package. Then it is up to the user of the package to decide if they want to bundle it with their application code, for example if they are building a web app.
The text was updated successfully, but these errors were encountered:
tsdx seems to be largely an abandoned project. See
It will probably cause some headaches going forward upgrading node versions, testing frameworks, linting and so on. I suggest removing it and just use
tsc
directly.We probably do not need to build minified builds in the npm package.
signify-ts
can be published as an ES Module package. Then it is up to the user of the package to decide if they want to bundle it with their application code, for example if they are building a web app.The text was updated successfully, but these errors were encountered: