diff options
Diffstat (limited to '')
-rw-r--r-- | .syncpackrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.syncpackrc b/.syncpackrc new file mode 100644 index 0000000..f85615f --- /dev/null +++ b/.syncpackrc @@ -0,0 +1,14 @@ +{ + "versionGroups": [ + { + "label": "Use workspace protocol when developing local packages", + "dependencies": [ + "$LOCAL" + ], + "dependencyTypes": [ + "dev" + ], + "pinVersion": "workspace:*" + } + ] +}
\ No newline at end of file |