2022-05-12 15:15:53 +00:00
|
|
|
{
|
2024-05-14 08:23:17 +00:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
2023-08-08 16:58:12 +00:00
|
|
|
"extends": "../../tsconfig.base.json",
|
2024-05-14 08:23:17 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"noEmit": true,
|
|
|
|
"emitDeclarationOnly": false,
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": false
|
|
|
|
},
|
|
|
|
"include": [ "**/*", "./.eslintrc.js" ],
|
|
|
|
"exclude": []
|
2022-05-12 15:15:53 +00:00
|
|
|
}
|