##// END OF EJS Templates
fixed tsx/traits.destroy to handle non-element dom nodes
fixed tsx/traits.destroy to handle non-element dom nodes

File last commit:

r72:3ef812269f4f default
r75:16678c6055f2 v1.2.1 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"]
}
}