Skip to content

Without 【tsc --watch callback】 , and Without 【the combine of nodemon and typescript】 #8

@hanshou101

Description

@hanshou101

Sir,

your 【dev】 command
tsc --watch & nodemon dist
will only make tsc --watch . But the nodemon dist will never run.

You should use 【tsc --watch --onSuccess】 to call node ./dist/index.js .

or use 【nodemon -e ts --exec "tsc && node ./dist/index.js "】。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions