Skip to content

VS Community doesn't read tsconfig.json #4820

Closed
@mechanicious

Description

@mechanicious

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:

Metadata

Metadata

Assignees

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