##// END OF EJS Templates
Added tag v1.10.1 for changeset d9c99ae7dec8
Added tag v1.10.1 for changeset d9c99ae7dec8

File last commit:

r118:e07418577cbc v1.6.1 default
r151:d004becd2e65 default
Show More
tsconfig.json
17 lines | 427 B | application/json | JsonLexer
cin
Working sandbox
r99 {
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"module": "AMD",
"jsx": "react",
"jsxFactory": "createElement",
"strict": true,
"types": [
"requirejs",
"@implab/djx",
"@implab/dojo-typings"
],
cin
corrected tear down logic handling in observables. Added support for observable query results
r110 "skipLibCheck": true,
"target": "ES5",
cin
added whenRendered() method to wait for pending oprations to complete
r118 "lib": ["ES2015", "DOM"]
cin
Working sandbox
r99 }
}