11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./.eslintrc.cjs"
|
|
]
|
|
}
|