updated tsconfigs
This commit is contained in:
parent
8be4bfe6f2
commit
b3b4dee8bc
14 changed files with 144 additions and 33 deletions
18
libs/cache/tsconfig.json
vendored
18
libs/cache/tsconfig.json
vendored
|
|
@ -3,14 +3,26 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"declaration": true
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": false
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../types" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../logger" },
|
||||
{ "path": "../config" }
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../postgres-client" },
|
||||
{ "path": "../mongodb-client" },
|
||||
{ "path": "../questdb-client" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue