mirror of
https://github.com/renovatebot/renovate.git
synced 2025-03-15 08:34:54 +00:00
13 lines
317 B
JSON
13 lines
317 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"importHelpers": true,
|
|
"types": ["node"],
|
|
"paths": {} // no paths for production
|
|
},
|
|
"files": ["lib/renovate.ts", "lib/config-validator.ts"],
|
|
"include": ["lib/**/*.d.ts"]
|
|
}
|