renovate/tsconfig.strict.json
Michael Kriese e5c6f38d75
refactor: enable strict checks (#16168)
* refactor:  enable strict checks

* chore: revert changes

* chore: fix tsconfig
2022-06-21 13:00:21 +02:00

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
]
}