mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "../tmp/tools",
|
|
"strict": true,
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": false,
|
|
"lib": ["es2018"],
|
|
"types": ["node"],
|
|
"incremental": true
|
|
}
|
|
}
|