##// END OF EJS Templates
Merge with v1.3
Merge with v1.3

File last commit:

r79:e5bb5e80ce96 v1.2.3 default
r104:15c829aa08a2 merge v1.3.0 default
Show More
tsconfig.json
14 lines | 436 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"],
"noUnusedLocals": true
}
}