help-typescript
Typescript Enum limit
Open
Type validation works but not autocompletion when using `this` to access class member
Open
`noImplicitAny` doesn't protect against implicit `any` generics? 😱
Open
Correct way to iterate over keys of an object?
Open
Type that restricts a string to lowercase characters and hyphens
Open
Curried type?
Open
Types not narrowing with discriminated union
Open
Custom JSX parser with type checking
Open
'undefined' property check inside map function
Open
Decorator issues in monorepo
Open
Doc/annotate a method's function parameter
Resolved
Node
Infer props from function
Open
React
Tooling
Implementing an interface with an overloaded method
Resolved
I'm trying to create a helper method for a jasmine spy pattern that I'm repeating a lot in my tests
Open
extending the interface with type is not working
Open
Function which has different return types based on the input, not sure how to handle `unknown`
Open
Why don't I get an error on this potential strictNullChecks violation?
Resolved
Can't properly type a function with a conditional type parameter
Open
Return object shape from infered keys on parameter
Resolved
Why won't the code start?
Open
Node
Mapping types via key
Resolved
Type never
Resolved
React
"not assignable to type 'never'"
Open
Self-referencing types
Resolved
Types not displaying properly
Resolved
Question about inheriting and "calling child functions"?
Resolved
Path Aliases inside of Composite Projects (w/ Project References)
Open
Tooling
Node
loosening a mixed union of tuples
Open
TypeScript Still Thinks Property Might Be Null After Null Check
Resolved
Node
How to write test for checking if a tsx component's type check is working properly?
Open
React
Tooling
Preferred way to obtain values within a form on submit, React + TS
Open
React
"Extending" as class type with runtime-assigned members
Resolved
Type that returns a random number
Open
calling functions by name with expected arguments?
Open
My `gd` (go to definition) shortuct goes the *.d.ts instead of a souce_file.ts
Open
I'am having troubles getting the return type of a generic functions.
Open
Typescript not able to see i've checked for null or undefined in closure scope?
Open
Type-safe spread args
Open
Making a ternary function caller type-narrow a non-param type, is it possible?
Resolved
Full Stack Engineer Position: Join Our Dynamic Team!
Vue
React
Resolved
Angular
Tooling
How can I take functions arguments in an interface to be an array
Open
Mapping function ...args by string name
Resolved
How do I type an object such that its keys must be from a union of literals, but non-exhaustive?
Open
Arbitrary amount of different type parameters
Open
Not sure whether this typeguard is possible
Open
Re-exported type from library doesn't export properties
Open
Create non colocated ambient declaration file for an arbitrary extension
Open
Tooling
Object registry of name => object with that name
Open
Mapping record with all types
Open
Curious why the union type is not being narrowed down when the variable is declared with const field