##// END OF EJS Templates
WIP lifetime services, change target to ES2018
WIP lifetime services, change target to ES2018

File last commit:

r11:dd37d4287c45 default
r11:dd37d4287c45 default
Show More
tsconfig.json
11 lines | 288 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmitOnError": true,
"listFiles": true,
"strict": true,
"types": [],
"target": "ES2018",
"lib": ["ES2018", "DOM", "ScriptHost"]
}
}