https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 1d901bfa82f7f166ee3779f8541741d6a25dc52d authored by Daniel Rosenwasser on 04 October 2022, 23:34:20 UTC
Updated test case and baseline.
Tip revision: 1d901bf
tsconfig.json
{
    "compilerOptions": {
        "strict": true,
        "removeComments": false,
        "declaration": false,
        "sourceMap": true,
        "newLine": "lf",
        "target": "es6",
        "module": "commonjs",
        "types": ["node"],
        "lib": ["es6", "scripthost"],
    },

    "include": ["*.ts"]
}
back to top