We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the recommendations to use tsimp in watch mode?
At this moment I'm using tsc-watch, which as an --compiler flag.
--compiler
I've tried this:
tsc-watch --onSuccess "node ./dist/server.js" --compiler ./node_modules/tsimp/dist/esm/bin.mjs
however scripts exits with message --watch requires specifying a file
--watch requires specifying a file
The text was updated successfully, but these errors were encountered:
Node.js v18 and up has a built-in watch mode: https://nodejs.org/docs/latest-v18.x/api/cli.html#--watch. Have you tried this?
Sorry, something went wrong.
No branches or pull requests
What are the recommendations to use tsimp in watch mode?
At this moment I'm using tsc-watch, which as an
--compiler
flag.I've tried this:
however scripts exits with message
--watch requires specifying a file
The text was updated successfully, but these errors were encountered: