mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
8 lines
149 B
JSON
8 lines
149 B
JSON
{
|
|
"extends": "./tsconfig.app",
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|