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

7 lines
101 B
JSON

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