https://i.sstatic.net/XrLpH.png
Even though the function whenStable
returns a promise, I am unable to use await in this context.
Here is my current tsconfig configuration:
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
The version of TypeScript being used is "typescript": "^2.1.5"