updated tsconfigs
This commit is contained in:
parent
8be4bfe6f2
commit
b3b4dee8bc
14 changed files with 144 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../tsconfig.lib.json",
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
|
|
@ -15,5 +15,17 @@
|
|||
"node_modules",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../types" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../logger" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../postgres-client" },
|
||||
{ "path": "../mongodb-client" },
|
||||
{ "path": "../questdb-client" },
|
||||
{ "path": "../cache" },
|
||||
{ "path": "../http" },
|
||||
{ "path": "../event-bus" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue