mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
39a947ce05
* test: reduce memory footprint * test: use new ts config Co-authored-by: Rhys Arkins <rhys@arkins.net>
7 lines
101 B
JSON
7 lines
101 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"checkJs": false
|
|
}
|
|
}
|