https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 7d72c18cc9d50715945c063b55c366ec9d6b322c authored by Ron Buckton on 22 February 2016, 23:55:21 UTC
Merge branch 'transforms-flags' into transforms-transformer
Tip revision: 7d72c18
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