Skip to content

VS Community doesn't read tsconfig.json #4820

Description

The project is created from the default Typescript Web Application template, I've created tsconfig.json; it wans't included in the default project template. I am trying to get this working.

Visual Studio version:

This is my tsconfig.json file:

{
    "compilerOptions": {
        "target": "ES5",
        "module": "amd",
        "sourceMap": true
    },
    "exclude": [
        "node_modules",
        ".vscode"
    ]
}

See:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issueVisual StudioIntegration with Visual Studio

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions