##// END OF EJS Templates
WIP lifetime, service descriptors
WIP lifetime, service descriptors

File last commit:

r11:dd37d4287c45 default
r14:3f8a82c8ce73 default
Show More
tsconfig.json
11 lines | 288 B | application/json | JsonLexer
cin
initial commit
r0 {
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmitOnError": true,
"listFiles": true,
"strict": true,
"types": [],
cin
WIP lifetime services, change target to ES2018
r11 "target": "ES2018",
"lib": ["ES2018", "DOM", "ScriptHost"]
cin
initial commit
r0 }
}