Added dependency injection
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es2015",
|
||||
"target": "es5",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2019",
|
||||
"dom"
|
||||
],
|
||||
"plugins": [
|
||||
|
||||
Reference in New Issue
Block a user