##// END OF EJS Templates
Added tag v1.0.5 for changeset 346ba910a542
Added tag v1.0.5 for changeset 346ba910a542

File last commit:

r40:ac3004768754 default
r51:0b41300b6dd9 default
Show More
tsconfig.json
12 lines | 379 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
cin
typescript strict mode...
r1 "strict": true,
cin
Initial commit, copied files related to .tsx scripts support.
r0 "types": [],
"experimentalDecorators": true,
"jsxFactory": "createElement",
cin
Working on IntrisictElements to support legacy and new tsx styles
r40 //"skipLibCheck": true,
cin
Initial commit, copied files related to .tsx scripts support.
r0 "jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}