##// END OF EJS Templates
implemented @on("event-name") decorator for event handlers
implemented @on("event-name") decorator for event handlers

File last commit:

r72:3ef812269f4f default
r73:fdde09e66c00 v1.2.0 default
Show More
tsconfig.json
13 lines | 404 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
"strict": true,
"types": [],
"experimentalDecorators": true,
"jsxFactory": "createElement",
"target": "ES5",
//"skipLibCheck": true,
"jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}