https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 99e4865d0802104a1315ee3a8612ac501be8e298 authored by Ryan Cavanaugh on 27 March 2019, 20:08:36 UTC
LKG update for 3.4.1
Tip revision: 99e4865
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