15 lines
262 B
JSON
15 lines
262 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"config:base"
|
||
|
],
|
||
|
"includePaths": [
|
||
|
"*",
|
||
|
"samples/**/*",
|
||
|
"google-apis-core/**/*",
|
||
|
"google-apis-generator/**/*",
|
||
|
"google-api-client/**/*",
|
||
|
"generated/google-apis-discovery_v1/**/*"
|
||
|
],
|
||
|
"rangeStrategy": "widen"
|
||
|
}
|