updated files

This commit is contained in:
Bojan Kucera 2025-06-03 18:02:15 -04:00
parent f61d1aa0c3
commit dd27f3bf2c
50 changed files with 54 additions and 7 deletions

View file

@ -6,5 +6,12 @@
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
"references": [
{ "path": "../config" },
{ "path": "../event-bus" },
{ "path": "../http-client" },
{ "path": "../types" },
{ "path": "../utils" },
]
}