##// END OF EJS Templates
Added tag v1.2.1 for changeset 16678c6055f2
Added tag v1.2.1 for changeset 16678c6055f2

File last commit:

r72:3ef812269f4f default
r76:f8ff12e26c2d 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"]
}
}