UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

13 lines (12 loc) 200 B
{ "extends": "../tsconfig.json", "compilerOptions": { "noEmit": false, "baseUrl": ".", "paths": { "rxjs": ["./"], "rxjs/*": ["./*"] } }, "include": ["./**/*.ts"] }