Skip to content

Support explicit tsconfig.json parameter #4831

Closed
@saschanaz

Description

@saschanaz
tsc -config tsconfig-debug.json

This will help when user need several build settings without separate build system.

For example:

{
    "version": "0.1.0",
    "command": "tsc",
    "tasks": [
        {
            "taskName": "release",
            "args": ["-p", "."]
        },
        {
            "taskName": "tester",
            "args": ["-config", "tsconfig-debug.json"]
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions