##// END OF EJS Templates
Added events map support to _WidgetBase, corrected attributes map support in _WidgetBase
Added events map support to _WidgetBase, corrected attributes map support in _WidgetBase

File last commit:

r2:1e22cac2aaf4 v1.0.0-rc1 default
r2:1e22cac2aaf4 v1.0.0-rc1 default
Show More
tsconfig.json
23 lines | 505 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts"
],
"types": [
"requirejs",
"../main/typings/dojo/modules",
"../main/typings/dijit/modules"
],
"module": "ESNext",
"target": "ESNext"
},
"include": [
"typings/**/*.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}