##// END OF EJS Templates
added reduce() and next() methods to observable...
added reduce() and next() methods to observable query traits are moved to store.ts

File last commit:

r110:1a190b3a757d v1.4.0 default
r116:aac297dda27d v1.6.0 default
Show More
tsconfig.json
17 lines | 420 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"]
}
}