##// END OF EJS Templates
Working on WatchForRendition
Working on WatchForRendition

File last commit:

r107:e59104632d14 default
r107:e59104632d14 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",
"jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"],
"noUnusedLocals": true
}
}