Skip to content

Support explicit tsconfig.json parameter #4831

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
saschanaz opened this issue Sep 17, 2015 · 1 comment
Closed

Support explicit tsconfig.json parameter #4831

saschanaz opened this issue Sep 17, 2015 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@saschanaz
Copy link
Contributor

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"]
        }
    ]
}
@mhegazy
Copy link
Contributor

mhegazy commented Sep 17, 2015

looks like a dupe of #2869

@mhegazy mhegazy added the Duplicate An existing issue was already created label Sep 17, 2015
@mhegazy mhegazy closed this as completed Sep 17, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants