https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 8118bec3d422e81d2a2612e2f158feb01686f35a authored by Ben Lichtman on 27 August 2019, 16:35:35 UTC
Update LKG
Tip revision: 8118bec
tsconfig.json
{
    "compilerOptions": {
        "removeComments": false,
        "target": "es6",
        "module": "commonjs",
        "declaration": false,
        "sourceMap": true,
        "lib": [
            "es6",
            "scripthost"
        ],
        "strictNullChecks": true,
        "newLine": "lf",
        "types": ["node"]
    },
    "files": [
        "produceLKG.ts",
        "buildProtocol.ts",
        "processDiagnosticMessages.ts",
        "generateLocalizedDiagnosticMessages.ts",
        "configurePrerelease.ts",
        "word2md.ts"
    ]
}
back to top