ConnectForce/tsconfig.eslint.json

11 lines
172 B
JSON
Raw Normal View History

2022-12-01 23:10:48 +00:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"checkJs": true
},
"include": [
"./.eslintrc.cjs"
]
}