I turned on strict but still returned any when using defineStore #2421
Unanswered
tetap
asked this question in
Help and Questions
Replies: 1 comment
-
Is it pnpm monorepo? I set up a project on my own and he had no problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
not
Steps to reproduce the bug
I turned on strict but still returned any when using defineStore.
This is my tsconfig.json
`
`
"typescript": "^4.9.5"
Expected behavior
useUserInfoStore(pinia?: Pinia | null | undefined, hot?: any): any
I don't want him to be any
Actual behavior
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions