https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 66d30602103f46231c3f4d0dbfcc04ee43435317 authored by Ron Buckton on 07 July 2015, 01:24:42 UTC
Merge branch 'master' into generateFactoryMethods
Tip revision: 66d3060
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