https://github.com/Microsoft/TypeScript
Raw File
Tip revision: af083df737c8e1e225c502b8cf1688f5483cd8a1 authored by Ron Buckton on 28 August 2017, 06:41:34 UTC
Rename 'promised' to 'awaited'
Tip revision: af083df
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",
        "lsHost.ts",
        "typingsCache.ts",
        "project.ts",
        "editorServices.ts",
        "protocol.ts",
        "session.ts",
        "server.ts"
    ]
}
back to top