##// END OF EJS Templates
almost woking typings
almost woking typings

File last commit:

r1:a51ea59f0423 default
r9:988f0f6aab67 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"
]
}