##// END OF EJS Templates
Working on container builder
Working on container builder

File last commit:

r0:9cf129973079 default
r5:83fa5814462d default
Show More
tsconfig.json
11 lines | 336 B | application/json | JsonLexer
cin
initial commit
r0 {
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmitOnError": true,
"listFiles": true,
"strict": true,
"types": [],
"target": "ES5",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}