work up marketdatagateway
This commit is contained in:
parent
58ae897e90
commit
d22f7aafa0
17 changed files with 653 additions and 494 deletions
|
|
@ -2,11 +2,31 @@
|
|||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"types": ["bun-types"]
|
||||
"types": ["bun-types"],
|
||||
"baseUrl": "../../../",
|
||||
"paths": {
|
||||
"@stock-bot/*": ["libs/*/src", "libs/*/dist"]
|
||||
},
|
||||
"rootDir": "../../../"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"../../../libs/*/src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"../../../libs/*/examples/**/*",
|
||||
"../../../libs/**/*.test.ts",
|
||||
"../../../libs/**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../../../libs/config" },
|
||||
{ "path": "../../../libs/types" },
|
||||
{ "path": "../../../libs/logger" },
|
||||
{ "path": "../../../libs/http-client" },
|
||||
{ "path": "../../../libs/event-bus" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue