##// END OF EJS Templates
some fixes after testing
some fixes after testing

File last commit:

r4:c7a87ad80f91 default
r5:af2703f9110e default
Show More
tsconfig.json
22 lines | 447 B | application/json | JsonLexer
cin
Initial commit, project structure.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
cin
Added events map support to _WidgetBase, corrected attributes map support in _WidgetBase
r2 "typings",
cin
Initial commit, project structure.
r0 "../main/ts"
],
"types": [
"requirejs",
cin
Fixed build script, added dgrid, added dstore typings.
r4 "../main/typings"
cin
Initial commit, project structure.
r0 ],
cin
Added events map support to _WidgetBase, corrected attributes map support in _WidgetBase
r2 "module": "ESNext",
"target": "ESNext"
cin
Initial commit, project structure.
r0 },
"include": [
"typings/**/*.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}