moved folders around
This commit is contained in:
parent
4f89affc2b
commit
36cb84b343
202 changed files with 1160 additions and 660 deletions
|
|
@ -1,18 +1,19 @@
|
|||
{
|
||||
"extends": "../../tsconfig.lib.json",
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src"
|
||||
"rootDir": "./src",
|
||||
"composite": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"references": [
|
||||
{ "path": "../types" },
|
||||
{ "path": "../cache" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../logger" },
|
||||
{ "path": "../http" },
|
||||
{ "path": "../connection-factory" },
|
||||
{ "path": "../mongodb-client" },
|
||||
{ "path": "../postgres-client" }
|
||||
{ "path": "../core/types" },
|
||||
{ "path": "../data/cache" },
|
||||
{ "path": "../core/config" },
|
||||
{ "path": "../core/logger" },
|
||||
{ "path": "../services/http" },
|
||||
{ "path": "../core/di" },
|
||||
{ "path": "../data/mongodb" },
|
||||
{ "path": "../data/postgres" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue