##// END OF EJS Templates
fixed undefined value when no checkboxes are selected in _FormMixin.
fixed undefined value when no checkboxes are selected in _FormMixin.

File last commit:

r118:e07418577cbc v1.6.1 default
r140:515d1b83ebdf v1.9.0-rc4 default
Show More
tsconfig.json
17 lines | 427 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"module": "AMD",
"jsx": "react",
"jsxFactory": "createElement",
"strict": true,
"types": [
"requirejs",
"@implab/djx",
"@implab/dojo-typings"
],
"skipLibCheck": true,
"target": "ES5",
"lib": ["ES2015", "DOM"]
}
}