##// END OF EJS Templates
Added CancelledError, fixed lint warnings
Added CancelledError, fixed lint warnings

File last commit:

r135:03e32ec7c20b ioc ts support
r172:3969a8fb8049 release v1.4.6 default
Show More
tsconfig.json
11 lines | 185 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDirs": [
"ts",
"../main/ts"
]
},
"include" : [
"ts/**/*.ts"
]
}