Skip to content

How to add the --transpile-only to "--nolazy -r ts-node/register" when debug in IDE #686

@wildtang

Description

@wildtang

I am debugging a TypeScript project in VS Code or WebStorm as NodeJS configuration.
In node parameters, I input:

`--nolazy -r ts-node/register`

but If I add --transpile-only to the line above head or tail,
Node report bad option: --transpile-only when I launch the debugger.

How can I add --transpile-only or -T in this situation? Thanks.

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