wclr / ts-node-dev

Compiles your TS app and restarts when files are modified.
MIT License
3.43k stars 123 forks source link

these parameters are deprecated, see docs for addKeyword #326

Open kaykhan opened 1 year ago

kaykhan commented 1 year ago

Issue description

I have a command i have been using for a project. However im getting the following warning which id like to get rid of

these parameters are deprecated, see docs for addKeyword

Everythign seems to be working, so im not sure what has been deprecated

ts-node-dev --respawn -r tsconfig-paths/register src/server.ts

Context

OS version (is it docker or host?), ts-node-dev version: host 2.0.0

Did you try to run with ts-node?

Did you try to run with --files option enabled?

Did you try to run with --debug option enabled?

Do you have a repro example (git repo) with simple steps to reproduce your problem?