https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 5aa2eb744a3cffe570e54a4d382d67013284742b authored by Daniel Rosenwasser on 18 August 2020, 22:51:48 UTC
Add 'insiders'.
Tip revision: 5aa2eb7
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",
        "utilitiesPublic.ts",
        "utilities.ts",
        "watchType.ts",
        "protocol.ts",
        "scriptInfo.ts",
        "typingsCache.ts",
        "project.ts",
        "editorServices.ts",
        "packageJsonCache.ts",
        "session.ts",
        "scriptVersionCache.ts"
    ]
}
back to top