python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Return type in emitted .d.ts files is any instead of this
I have created mixins as described here. When I'm editing the source files, the types are correct. However, the emitted .d.ts files have any instead of (in this case) PreComp types:
export class Lotti...
Avoonix
Votes: 0
Answers: 1
Typescript: can't augment namespace
I'm using "amazon-connect-streams" npm package. The package has a few mismatches between the type definition and the javascript runtime.
I'm trying to override the bad typing in my project, ...
gamliela
Votes: 0
Answers: 0
Creating a Types Declaration file for an existing library
I'm working towards building a Type Declaration file for an existing JavaScript library. Since I have no experience with creating declaration files I've created a simple test project that emulates the...
amura.cxg
Votes: 0
Answers: 1
Typescript: Definition file for index.js reexporting React Component is empty export
I want to use Typescript to generate declaration files for my non-typescript React component library, using JSDoc for setting the types of the props. The JSDoc part works fine, but there is something ...
chl
Votes: 0
Answers: 1