https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 019e4c698a22fb56d1dbe0c008f4b0dd5b64460c authored by Mine Starks on 05 January 2021, 00:17:37 UTC
Bump version to 3.9.8 and LKG
Tip revision: 019e4c6
tsconfig.json
{
    "compilerOptions": {
        "strictNullChecks": true,
        "removeComments": false,
        "declaration": false,
        "sourceMap": true,
        "newLine": "lf",
        "target": "es6",
        "module": "commonjs",
        "types": ["node"],
        "lib": ["es6", "scripthost"],
    },

    "include": [
        "generateLocalizedDiagnosticMessages.ts",
        "processDiagnosticMessages.ts",
        "configurePrerelease.ts",
        "buildProtocol.ts",
        "produceLKG.ts",
        "word2md.ts",
        "request-pr-review.ts"
    ]
}
back to top