feat(data): Added nats jetstream dependency

This commit is contained in:
2026-02-20 19:15:35 +01:00
parent 3584b3facf
commit bbf6ea6c0f
9 changed files with 489 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,