##// END OF EJS Templates
added while, until methods to the observable interface....
added while, until methods to the observable interface. added stateful producer

File last commit:

r116:aac297dda27d v1.6.0 default
r124:fbe158a5752a default
Show More
tsconfig.json
14 lines | 440 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
"strict": true,
"types": [],
"experimentalDecorators": true,
"jsxFactory": "createElement",
"target": "ES5",
"jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"],
"noUnusedLocals": true,
"downlevelIteration": true
}
}