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
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current Behavior
Install the package
npm install @nestjs/passport
Importing something from the package results in an error.
import { PassportStrategy } from '@nestjs/passport';
[ts]
Could not find a declaration file for module '@nestjs/passport'.
...@nestjs/passport/index.js' implicitly has an 'any' type.
Environment
"@nestjs/passport": "^1.0.2",
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current Behavior
Environment
The text was updated successfully, but these errors were encountered: