https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9ef75534e0fd5f92bef86b520dff768c11a2df4d authored by Bill Ticehurst on 16 March 2016, 04:19:31 UTC
Update LKG
Tip revision: 9ef7553
tsconfig.json
{
    "compilerOptions": {
        "module": "commonjs",
        "noImplicitAny": true,
        "removeComments": true,
        "preserveConstEnums": true,
        "out": "../../built/local/tsserver.js",
        "sourceMap": true
    },
    "files": [
        "node.d.ts",
        "editorServices.ts",
        "protocol.d.ts",
        "server.ts",
        "session.ts"
    ]
}
back to top