|
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"emitDeclarationOnly": false,
|
|
"allowJs": true,
|
|
"checkJs": false
|
|
},
|
|
"include": [ "**/*", "./.eslintrc.js" ],
|
|
"exclude": []
|
|
}
|