##// END OF EJS Templates
tsx: Added auto unfolding arrays of children when constructing DOM
tsx: Added auto unfolding arrays of children when constructing DOM

File last commit:

r8:6d80d7901b4c v1.0.0-rc3 default
r13:6c01fabe9ea9 v1.0.0-rc6 default
Show More
tsconfig.json
17 lines | 455 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"paths": {
"@implab/djx" : ["../main/ts", "../main/typings"],
"@implab/djx/*" : ["../main/ts/*", "../main/typings/*" ]
},
"types": ["requirejs", "../main/typings"]
}
}