##// END OF EJS Templates
Fixes in WidgetContex, added _Container.addChild support
Fixes in WidgetContex, added _Container.addChild support

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r38:5c6c7e16919c v1.0.0-rc18 default
Show More
tsconfig.json
13 lines | 245 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs", "./typings", "dojo-typings"
]
}
}