Matheus
Results
2
comments of
Matheus
Hi, Dependencies: ```bash yarn add -D nodemon ts-node tsc-watch ``` package.json: ```json { "scripts": { "dev": "tsc-watch --onSuccess \"yarn watch\"", "dev:manager": "tsc-watch --onSuccess \"yarn watch:manager\"", "watch": "nodemon --watch './**/*.{ts}' --exec...
> > same problem, > > ``` > > > > true > > > > ``` > > > > > > > > > > > > >...