mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
00c56d8bde
* chore: fix types * fix more types * chore: mote fixes * fix frmat * chore: fix tests * chore: fix type * chore: cleanup * chore: cleanup Co-authored-by: Rhys Arkins <rhys@arkins.net>
23 lines
436 B
JSON
23 lines
436 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": false,
|
|
"noImplicitAny": false,
|
|
"isolatedModules": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"types": ["node"]
|
|
},
|
|
"exclude": [
|
|
"./.cache",
|
|
"./dist",
|
|
"**/__mocks__/**",
|
|
"**/__fixtures__/**",
|
|
"**/__testutil__/**",
|
|
"**/*.spec.ts",
|
|
"./test",
|
|
"./tools"
|
|
]
|
|
}
|