##// END OF EJS Templates
prevent safe::debounce async tasks to run in parallel
prevent safe::debounce async tasks to run in parallel

File last commit:

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