UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

11 lines (10 loc) 202 B
{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./build/main", "lib": ["dom"], }, "include": ["src/**/*.ts"], "exclude": ["node_modules/**"] }