Remove Kafka dependency

This commit is contained in:
Hakan Shehu
2024-10-14 14:25:48 +02:00
parent 788ef0adf8
commit 0412c6d7bf
33 changed files with 1356 additions and 976 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES6",
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"rootDir": ".",