https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 13651e8481031b30d075909a34dd578297775bc9 authored by TypeScript Bot on 10 February 2021, 00:20:52 UTC
Bump version to 4.0.7 and LKG
Tip revision: 13651e8
tsconfig.json
{
    "extends": "../tsconfig-noncomposite-base",
    "compilerOptions": {
        "removeComments": true,
        "outFile": "../../built/local/typingsInstaller.js",
        "types": [
            "node"
        ],
        "lib": [
            "es6",
            "scripthost"
        ]
    },
    "references": [
        { "path": "../compiler", "prepend": true },
        { "path": "../jsTyping", "prepend": true },
        { "path": "../typingsInstallerCore", "prepend": true }
    ],
    "files": [
        "nodeTypingsInstaller.ts"
    ]
}
back to top