0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-07-26 20:02:36 +00:00
renovatebot_renovate/tsconfig.spec.json
Michael Kriese 39a947ce05
test: reduce memory footprint (#12517)
* test: reduce memory footprint

* test: use new ts config

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-06 07:35:15 +00:00

8 lines
101 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"allowJs": false,
"checkJs": false
}
}