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