wip library to store cold objects in s3, warm objects on disk, and hot objects in memory
nodejs typescript
at main 154 B view raw
1{ 2 "extends": "./tsconfig.json", 3 "compilerOptions": { 4 "noEmit": true 5 }, 6 "include": ["src/**/*", "test/**/*"], 7 "exclude": ["node_modules", "dist"] 8}