added cache and started fixing data-service
This commit is contained in:
parent
3fc123eca3
commit
d0e8fd9e3f
15 changed files with 1761 additions and 98 deletions
10
libs/cache/tsconfig.json
vendored
10
libs/cache/tsconfig.json
vendored
|
|
@ -5,6 +5,12 @@
|
|||
"rootDir": "./src",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||
"references": [
|
||||
{ "path": "../logger" },
|
||||
{ "path": "../config" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue