Though whenStable
returns a promise, I'm not allowed to use await.
Below are my tsconfig
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
I'm using "typescript": "^2.1.5"