mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
|
{
|
||
|
"extends": "./tsconfig.app",
|
||
|
"compilerOptions": {
|
||
|
"isolatedModules": false,
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"allowJs": false,
|
||
|
"checkJs": false
|
||
|
}
|
||
|
}
|