https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 76c94c5c1e16bf4f59069f5c9cb3cf4d71c78475 authored by Daniel Rosenwasser on 28 January 2019, 19:15:57 UTC
Update LKG.
Tip revision: 76c94c5
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "removeComments": true,
        "outFile": "../../built/local/server.js",
        "preserveConstEnums": true,
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" },
        { "path": "../services" }
    ],
    "files": [
        "types.ts",
        "utilities.ts",
        "protocol.ts",
        "scriptInfo.ts",
        "typingsCache.ts",
        "project.ts",
        "editorServices.ts",
        "session.ts",
        "scriptVersionCache.ts"
    ]
}
back to top