https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0a506ac1014442a98eb8db8428db227da139f2d1 authored by Anders Hejlsberg on 26 August 2020, 03:20:24 UTC
Backing off yet more
Tip revision: 0a506ac
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