mirror of
https://github.com/renovatebot/renovate.git
synced 2025-03-15 08:34:54 +00:00
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "CommonJS",
|
|
"allowJs": false,
|
|
"checkJs": false
|
|
}
|
|
}
|