format
This commit is contained in:
parent
d858222af7
commit
7d9044ab29
202 changed files with 10755 additions and 10972 deletions
8
libs/data/cache/src/index.ts
vendored
8
libs/data/cache/src/index.ts
vendored
|
|
@ -39,7 +39,13 @@ export function createCache(options: CacheOptions): CacheProvider {
|
|||
|
||||
// Export types and classes
|
||||
export type {
|
||||
CacheConfig, CacheKey, CacheOptions, CacheProvider, CacheStats, RedisConfig, SerializationOptions
|
||||
CacheConfig,
|
||||
CacheKey,
|
||||
CacheOptions,
|
||||
CacheProvider,
|
||||
CacheStats,
|
||||
RedisConfig,
|
||||
SerializationOptions,
|
||||
} from './types';
|
||||
|
||||
export { RedisConnectionManager } from './connection-manager';
|
||||
|
|
|
|||
4
libs/data/cache/tsconfig.json
vendored
4
libs/data/cache/tsconfig.json
vendored
|
|
@ -6,7 +6,5 @@
|
|||
"composite": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"references": [
|
||||
{ "path": "../../core/logger" }
|
||||
]
|
||||
"references": [{ "path": "../../core/logger" }]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue