https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 3c936358b23b97c1a185be0687093d9d8c07b783 authored by TypeScript Bot on 13 January 2022, 20:17:50 UTC
Cherry-pick PR #47411 into release (#47420)
Tip revision: 3c93635
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