##// END OF EJS Templates
Added tag v1.4.0-rc1 for changeset a2fb9af6341c
Added tag v1.4.0-rc1 for changeset a2fb9af6341c

File last commit:

r109:f71c50acc9f9 ioc ts support
r139:f7ed6a66cdbb default
Show More
tsconfig.json
11 lines | 336 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmitOnError": true,
"listFiles": true,
"strict": true,
"types": [],
"target": "ES5",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}