refactored monorepo for more projects
This commit is contained in:
parent
4632c174dc
commit
9492f1b15e
180 changed files with 1438 additions and 424 deletions
18
apps/stock/tsconfig.json
Normal file
18
apps/stock/tsconfig.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "../..",
|
||||
"paths": {
|
||||
"@stock-bot/*": ["libs/*/src"],
|
||||
"@stock-bot/stock-config": ["apps/stock/config/src"],
|
||||
"@stock-bot/stock-config/*": ["apps/stock/config/src/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{ "path": "./config" },
|
||||
{ "path": "./data-ingestion" },
|
||||
{ "path": "./data-pipeline" },
|
||||
{ "path": "./web-api" },
|
||||
{ "path": "./web-app" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue