Add request container lifecycle handling

This commit is contained in:
2022-03-30 23:04:00 -05:00
parent 514a578260
commit 78cb26fcb2
8 changed files with 103 additions and 16 deletions

View File

@@ -3,9 +3,10 @@
"experimentalDecorators": true,
"module": "commonjs",
"target": "es6",
"sourceMap": true
"sourceMap": true,
"lib": ["ESNext"]
},
"exclude": [
"node_modules"
]
}
}