https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4fa81e2642a4edf72aa2932fcd9b13699eb95a99 authored by Sheetal Nandi on 23 January 2018, 00:38:03 UTC
Merge pull request #21350 from Microsoft/pullingFixesTo26
Tip revision: 4fa81e2
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "removeComments": true,
        "outFile": "../../built/local/tsserver.js",
        "preserveConstEnums": true,
        "types": [
            "node"
        ]
    },
    "files": [
        "../services/shims.ts",
        "../services/utilities.ts",
        "shared.ts",
        "utilities.ts",
        "scriptVersionCache.ts",
        "scriptInfo.ts",
        "typingsCache.ts",
        "project.ts",
        "editorServices.ts",
        "protocol.ts",
        "session.ts",
        "server.ts"
    ]
}
back to top