help-typescript
Does it possible to get a const arraylike's length in type?
Open
Can valid TypeScript types for two property names be used to perform walks into a two-level object?
Resolved
Can't use a CJS/ESM library via import in CommonJS project
Resolved
Need Help with TypeScript + Node.js Backend (ESM + ts-node)
Open
Typescript file handeling (Svelte compatible)
Open
how to recursively define a multidimensional array
Resolved
How to Determine at Runtime Whether a Function's Return Value is undefined?
Open
Tooling
Node
Why doesn't Typescript understand `this` is a type of `BaseClass`?
Open
Node
DriverJs TypeScript Support
Open
confused about type checking
Resolved
Typing a plugin for an abstract component
Open
Unique Array challenge
Open
Can you mutate an object's type based on one of its properties?
Resolved
Node
How to do type checking of a function? Trying to write an EventBus with multiple types of Events.
Resolved
Buffer.from with union type - BROKEN
Open
Type completion broken for generics in functions?
Open
Why can't I pass `b?` into a class overload that accepts `b` in one sig and `undefined` in the other
Resolved
Having issues with tailwindcss/colors
Open
React
Node
Code execution stops when calling certain functions
Resolved
Expanding Functionality of Existing TypeScript based MaskEditor
Open
Regarding TypeScript Version Support End Dates
Resolved
Understanding the error behind ts(2739) when passing object as prop for a component.
Resolved
React
Get a 'bound'/'intermediate' type, under which an expression type was bound to a contextual type.
Resolved
Tooling
How to fix `TS2307: Cannot find module 'FILE_PATH' or its corresponding type declarations`
Open
Website status page issue 😭
Open
Node
"Dynamic" sync/async function type?
Resolved
Node
TS2345 when narrowing conditional types
Resolved
How does TS compiler transform constructor parameters to class properties?
Open
Overload matching on union type
Open
tsconfig: How to prevent traversing parent node_modules?
Open
Tooling
Importing rollup bundle via script tag?
Resolved
Tooling
Node
How can I get compile-time enforcement of defining upgrade specs?
Open
Conditional (nested) properties based on generic or other config
Open
How come we can spread a tuple but we cannot do the same thing with object types?
Open
`ts-match` unable to infer types properly
Resolved
err instanceof Error ? 'shortMessage' in err ? err.shortMessage
Open
How to limit KeyOf Object to only Array properties?
Resolved
Can't add more to interface after putting code in library
Open
TypeScript TS2339 for `mock` on Node.js native test runner
Resolved
TypeScript Compilation Issue: Absolute Imports Not Resolving in Compiled Code
Resolved
My buttons aren't buttoning?
Resolved
Constrain arguments based on other arguments?
Open
Namespace is not defined
Open
ts2742 in pnpm
Open
React
Tooling
typescript eslint disable console.warn messages
Open
Need help getting code base running.
Open
React
Type 'keyof TConfig' cannot be used to index type 'TValues' (when it can)
Open
Infer union instead of first item
Open
Type not being inferred with prefixed object keys
Open
Why Does TypeScript Complain About Returning undefined in a Generic Function?
Open
Node