mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": false,
|
|
"isolatedModules": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"types": ["node"]
|
|
},
|
|
"exclude": [
|
|
"./.cache",
|
|
"./dist",
|
|
"**/__mocks__/**",
|
|
"**/__fixtures__/**",
|
|
"**/__testutil__/**",
|
|
"**/*.spec.ts",
|
|
"./test",
|
|
"./tools"
|
|
]
|
|
}
|