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