tsconfig.eslint.json
9 lines
| 203 B
| application/json
|
JsonLexer
cin
|
r107 | { | |
"extends": "./tsconfig.json", | |||
"compilerOptions": { | |||
// ensure that nobody can accidentally use this config for a build | |||
"noEmit": true | |||
}, | |||
"include": [ | |||
"ts" | |||
] | |||
} |