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

File last commit:

r1:a51ea59f0423 default
r11:dd37d4287c45 default
Show More
tsconfig.eslint.json
9 lines | 203 B | application/json | JsonLexer
/ src / tsconfig.eslint.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true
},
"include": [
"ts"
]
}