You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
solid-start/pnpm-workspace.yaml

11 lines
224 B
YAML

packages:
# all packages in subdirs of packages/ and examples/
- 'packages/**'
- 'examples/**'
- 'docs/**'
- 'test/**'
- '!**/.tmp/**'
options:
prefer-workspace-packages: true
strict-peer-dependencies: false