##// END OF EJS Templates
Added tag v1.0.5 for changeset f6ff0b17b520
Added tag v1.0.5 for changeset f6ff0b17b520

File last commit:

r0:ab570232df7d default
r17:e9e316b757e4 default
Show More
tsconfig.json
16 lines | 356 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
//"listFiles": true,
"types": [],
"module": "amd",
"lib": [
"es5",
"es2015.promise",
"es2015.symbol",
"es2015.iterable",
"dom",
"scripthost"
]
}
}