chore: init pnpm monorepo workspace

Root config: pnpm workspaces, tsconfig base, docker compose (postgres, redis, minio), .npmrc.
This commit is contained in:
Arnaud
2026-07-01 08:08:29 +02:00
commit ae7c5d943e
10 changed files with 9273 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
"skipLibCheck": true,
"isolatedModules": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}