##// 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:

r60:b23fe4a1683a default
r167:d6fe22864d82 v1.4.3 default
Show More
tsconfig.json
21 lines | 401 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"baseUrl": ".",
"paths": {
"@implab/core/*": [
"../../build/dist/*"
]
},
"types": [
"node"
],
"rootDirs": [
"ts",
"../typings/test"
]
},
"include" : [
"ts/**/*.ts"
]
}