-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Typescript Support? #29
Comments
How did you envision that this would work? TypeScript does not provide a plugin support for custom types (microsoft/TypeScript#10939), so you're probably either asking for a process that would generate a custom |
Note: If you came here for a solution and a generic ambient module definition is not easy for you, here's an example. (the last part of that answer refers to |
Do not define generic ambient module for every time, You can refer below link I want @eemeli Opinion. |
@eemeli It better to replace this module with PR? |
I have build a simple plugin that can provides type information to IDEs , but cannot generate type files: |
Would like to use this in .ts and .tsx files but the loader does not generate typings for compatibility.
Maybe get in touch with DefinitelyTyped to get some help on support?
The text was updated successfully, but these errors were encountered: