##// END OF EJS Templates
Added tag v1.0.0-rc18 for changeset 5c6c7e16919c
Added tag v1.0.0-rc18 for changeset 5c6c7e16919c

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r39:b8741599097e default
Show More
tsconfig.json
12 lines | 377 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"]
}
}