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

File last commit:

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