chore: add pnpm

This commit is contained in:
Sean Perkins
2022-10-19 17:16:01 -04:00
parent 0fa68cfa61
commit ae54ad7e46
2 changed files with 16442 additions and 0 deletions

16434
pnpm-lock.yaml generated Normal file
View File

File diff suppressed because it is too large Load Diff

8
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,8 @@
packages:
# all packages in direct subdirs of packages/
- "packages/**"
- "core"
- "angular"
# exclude packages that are inside test directories
- "!**/test/**"
- "!**/test-app/**"