https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4b009e3098dcd4978ab11ca3ea2c1bcbc1a227d2 authored by Benjamin Lichtman on 03 April 2019, 22:12:03 UTC
Update versions and LKG for 3.4.2 (#30741)
Tip revision: 4b009e3
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "removeComments": false,
        "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