chore: configure monorepo workspace

Add pnpm workspace configuration, Node version specification, root package.json with build/test/lint scripts, and shared TypeScript configuration
This commit is contained in:
imfozilbek
2025-11-23 21:19:24 +05:00
parent f7bad59b94
commit 530cbdf14d
5 changed files with 85 additions and 0 deletions

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
packages:
- 'packages/*'