https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 45387b875a1099dc1e43b4ed2b7914d1a2f631df authored by Daniel Rosenwasser on 11 October 2018, 23:17:08 UTC
Update LKG.
Tip revision: 45387b8
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