mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
e5c6f38d75
* refactor: enable strict checks * chore: revert changes * chore: fix tsconfig
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"resolveJsonModule": false,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"importHelpers": true,
|
|
"types": ["node"]
|
|
},
|
|
"files": ["lib/renovate.ts", "lib/config-validator.ts"],
|
|
"include": ["lib/**/*.d.ts"]
|
|
}
|