13 lines
183 B
JSON
13 lines
183 B
JSON
|
{
|
||
|
"version": "independent",
|
||
|
"npmClient": "yarn",
|
||
|
"useWorkspaces": true,
|
||
|
"ignoreChanges": [
|
||
|
"**/*.md",
|
||
|
"**/*.test.ts",
|
||
|
"**/*.e2e.ts",
|
||
|
"**/fixtures/**",
|
||
|
"**/test/**"
|
||
|
]
|
||
|
}
|