You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the directions the project I'm working with throws the following error: TS7016: Could not find a declaration file for module 'aurelia-oauth'. I'm running this on Asp.Net Core with webpack, does webpack need to be configured to understand the plugin in some way?
The text was updated successfully, but these errors were encountered:
I executed the typings command noted in the instructions and how receive the following error:
ERROR in {PathToMyProject}\typings\modules\aurelia-oauth\index.d.ts
(165,71): error TS7006: Parameter 'oauthService' implicitly has an 'any' type.
After following the directions the project I'm working with throws the following error: TS7016: Could not find a declaration file for module 'aurelia-oauth'. I'm running this on Asp.Net Core with webpack, does webpack need to be configured to understand the plugin in some way?
The text was updated successfully, but these errors were encountered: