https://github.com/Microsoft/TypeScript
Raw File
Tip revision: cd2cf7d3c6ac93a5c14ff83c75387f149bdbe1a5 authored by Ron Buckton on 29 February 2016, 21:28:16 UTC
PR Feedback and defer makeUniqueName/getGeneratedNameForNode to printer.
Tip revision: cd2cf7d
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