##// END OF EJS Templates
Removed ContextResolver, added DescriptoBuilder.wants(...), dependencies are declared statically
Removed ContextResolver, added DescriptoBuilder.wants(...), dependencies are declared statically

File last commit:

r1:a51ea59f0423 default
r4:d9e74143f779 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"
]
}