[SOLVED] Property 'config' does not exist on type 'typeof Async'. Error Aurelia CLI Asp Net Core Template

I am trying to create a new aurelia using CLI and ASP.net Core Template and I got this error when try to run the app.

ERROR in C:\data\code\aucore\src\main.ts ./src/main.ts [tsl] ERROR in C:\data\code\aucore\src\main.ts(9,10) TS2339: Property ‘config’ does not exist on type ‘typeof Async’.

Is this somethig I am missing

Thanks

The fix is not released yet. do npm i -D @types/bluebird

Thank a lot huochunpeng This works for me…

Note. For other users using yarn instead of npm like me. do yarn add -D @types/bluebird