##// END OF EJS Templates
updated _WidgetBase typings, added support for the generic type parameter to the constructor
updated _WidgetBase typings, added support for the generic type parameter to the constructor

File last commit:

r0:ab570232df7d default
r1:d55cc09feba1 default
Show More
tsconfig.json
15 lines | 288 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"types": [
"requirejs"
],
"module": "amd"
},
"include": [
"typings/**/*.d.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}