##// END OF EJS Templates
Added tag v1.0.0-rc7 for changeset 9e546fe36fdd
Added tag v1.0.0-rc7 for changeset 9e546fe36fdd

File last commit:

r10:649967c9429d default
r18:8419ebe3b63d 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
Fixed @implab/djx/index typings
r10 //"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"]
}
}