We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I am trying to import type defs for zod package. But they do not seem to work properly.
zod
To Reproduce StackBlitz link: https://stackblitz.com/edit/vite-react-ts-bntgbg?file=src%2FApp.tsx
For some reason type of TObj is inferred as
TObj
type TObj = { [x: string]: any; }
while it should be:
type TObj = { a: number; }
Environment (please complete the following information):
monaco-editor-auto-typings
0.4.4
The text was updated successfully, but these errors were encountered:
lukasbach
No branches or pull requests
Describe the bug
I am trying to import type defs for
zod
package. But they do not seem to work properly.To Reproduce
StackBlitz link: https://stackblitz.com/edit/vite-react-ts-bntgbg?file=src%2FApp.tsx
For some reason type of
TObj
is inferred aswhile it should be:
Environment (please complete the following information):
monaco-editor-auto-typings
Version: latest(0.4.4
)The text was updated successfully, but these errors were encountered: