https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f92c24b1e091afae446ad847f02cc4595de807b3 authored by Ron Buckton on 23 February 2016, 23:38:07 UTC
Removed unused liftNode function
Tip revision: f92c24b
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