https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 105acf7d25891db95fd04b200c89bc36542fb8d3 authored by Daniel Rosenwasser on 15 March 2019, 20:19:18 UTC
Update LKG.
Tip revision: 105acf7
tsconfig.json
{
    "extends": "../tsconfig-noncomposite-base",
 
    "compilerOptions": {
        "outFile": "../../built/local/tsserver.js",
        "types": [
            "node"
        ]
    },
    "files": [
        "server.ts"
    ],
    "references": [
        { "path": "../compiler", "prepend": true },
        { "path": "../services", "prepend": true },
        { "path": "../jsTyping", "prepend": true },
        { "path": "../server", "prepend": true }
    ]
}
back to top