##// END OF EJS Templates
DjxWidgetBase: implemented copying content from srcNode to contentNode
DjxWidgetBase: implemented copying content from srcNode to contentNode

File last commit:

r40:ac3004768754 default
r57:f2499237b5bf v1.0.9 default
Show More
tsconfig.json
12 lines | 379 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
"strict": true,
"types": [],
"experimentalDecorators": true,
"jsxFactory": "createElement",
//"skipLibCheck": true,
"jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}