mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"importHelpers": true,
|
|
"types": ["node"]
|
|
},
|
|
"files": ["lib/renovate.ts", "lib/config-validator.ts"],
|
|
"include": ["lib/**/*.d.ts"]
|
|
}
|