mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
e5c6f38d75
* refactor: enable strict checks * chore: revert changes * chore: fix tsconfig
17 lines
268 B
JSON
17 lines
268 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
/* TODO add new checks */
|
|
},
|
|
"exclude": [
|
|
// tsconfig.json
|
|
"node_modules",
|
|
"./.cache",
|
|
"./dist",
|
|
"**/__mocks__/*",
|
|
"coverage",
|
|
"config.js",
|
|
"tmp"
|
|
// TODO: fixme
|
|
]
|
|
}
|