- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVisual StudioIntegration with Visual StudioIntegration with Visual Studio
Milestone
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.
This is my tsconfig.json file:
{
    "compilerOptions": {
        "target": "ES5",
        "module": "amd",
        "sourceMap": true
    },
    "exclude": [
        "node_modules",
        ".vscode"
    ]
}Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVisual StudioIntegration with Visual StudioIntegration with Visual Studio

