##// END OF EJS Templates
Fixed circular dependency safe<->Cancellation
Fixed circular dependency safe<->Cancellation

File last commit:

r142:be7edf08a115 v1.4.0-rc3 default
r150:b16ed1178612 v1.4.0-rc7 default
Show More
tsconfig.json
11 lines | 338 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmitOnError": true,
"listFiles": true,
//"strict": true,
"types": [],
"target": "ES5",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}