##// END OF EJS Templates
sync
sync

File last commit:

r4:fc9f82c082ef v1.0.0-rc2 default
r8:6d80d7901b4c v1.0.0-rc3 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"]
}
}