UNPKG

dynamodb-time-series-manager

Version:

Managing Time Series Statistics with TimeSeriesStatisticsManager and AWS DynamoDB

17 lines 268 B
{ "compilerOptions": { "module": "CommonJS", "target": "ES2020", "esModuleInterop": true, "declaration": true, "outDir": "dist", "types": [ "jest" ] }, "exclude": [ "node_modules", "**/*.test.ts", "./dist/**/*" ] }