https://github.com/Microsoft/TypeScript
Raw File
Tip revision: c66c50f1c71d214089c42044a40eeec627ea08a2 authored by Nathan Shively-Sanders on 01 February 2022, 23:45:05 UTC
update baselines
Tip revision: c66c50f
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