17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"debug": true,
|
|
"matching": [
|
|
"src/**",
|
|
"*.md",
|
|
"*.json",
|
|
"*.cjs",
|
|
"docs",
|
|
"packages/imagetools/**",
|
|
"scripts",
|
|
"meta/**",
|
|
"tests/**",
|
|
"*.mjs",
|
|
"!node_modules/**",
|
|
"!ref/**"
|
|
]
|
|
} |