UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

17 lines (16 loc) 405 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Node 16", "compilerOptions": { "lib": ["es2021"], "module": "esnext", "target": "es2017", "strict": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "resolveJsonModule": true } }