chore: convert root to npm workspaces

This commit is contained in:
2026-06-16 19:21:36 +05:00
parent 1b2c0214d0
commit f4b22ab1f7
2 changed files with 24 additions and 48 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"types": ["node"]
}
}