mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"target": "es2018",
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"module": "commonjs",
|
|
"sourceMap": false
|
|
},
|
|
"include": ["./lib/**/*"],
|
|
"exclude": ["node_modules", "./.cache", "./dist"]
|
|
}
|