2022-12-04 19:47:18 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.base.json",
|
2022-12-14 07:25:47 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true
|
|
|
|
},
|
2022-12-04 19:47:18 +00:00
|
|
|
"include": [
|
2022-12-13 17:21:38 +00:00
|
|
|
"./.eslintrc.cjs"
|
2022-12-04 19:47:18 +00:00
|
|
|
]
|
|
|
|
}
|