fixed refs

This commit is contained in:
Bojan Kucera 2025-06-03 15:53:26 -04:00
parent 62baac7640
commit 24e82bbb78
5 changed files with 21 additions and 73 deletions

View file

@ -26,15 +26,27 @@
"resolveJsonModule": true,
"sourceMap": true,
"declaration": true,
"disableReferencedProjectLoad": true,
"disableSourceOfProjectReferenceRedirect": false,
// Paths and output
"baseUrl": ".",
"paths": {
"@stock-bot/*": ["libs/*/src"]
}
},
"exclude": [
"node_modules",
"dist"
],
"references": [
{ "path": "./libs/api-client" },
{ "path": "./libs/config" },
{ "path": "./libs/event-bus" },
{ "path": "./libs/http-client" },
{ "path": "./libs/shared-types" },
{ "path": "./libs/utils" },
]
}