##// END OF EJS Templates
corrected _Widget::set() signature
corrected _Widget::set() signature

File last commit:

r8:b71d8639b457 v1.0.1 default
r14:03f3149f6507 v1.0.4 default
Show More
tsconfig.json
23 lines | 495 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts"
],
"types": [
"requirejs",
"../main/typings",
"../main/typings/dojo/NodeList-fx"
],
"module": "ESNext",
"target": "ESNext"
},
"include": [
"typings/**/*.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}