10 lines
146 B
JSON
10 lines
146 B
JSON
|
{
|
||
|
"extends": "./tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./.eslintrc.js"
|
||
|
]
|
||
|
}
|