mantra/tsconfig.eslint.json

10 lines
146 B
JSON
Raw Normal View History

2021-05-10 23:13:23 +00:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true
},
"include": [
"./.eslintrc.js"
]
}