help-typescript
I have a monorepo with packages like drizzle-schema and api-contracts
Node
Backend package inside monorepo can't find models package
Resolved
Tooling
Node
Coerce static members to use type information provided by T on the class
Open
Export class in library without allowing users to use it as value
Open
How can I convert TSX to a TS file? (preserve types, desugar JSX)
Open
React
Node
Tooling
How to set up rollup + typescript for the web
Open
Enforcing enum in Map
Open
How to constrain a type parameter to only allow literal strings after TS 5.4?
Resolved
Any suggestions on how I can get rid of the '../../' in this import path?
Open
This is valid javascript, but how to write it succinctly with typescript?
Open
TS can't infer consistency over union
Open
extract all methods from a class
Resolved
JSDoc "constant" getters in base class from extended class?
Open
Generic function
Resolved
Tooling
amqplib replacement
Open
Tooling
Node
Lazy TypeScript
Open
Tooling
Why does one type affect another seemingly unrelated type?
Open
⁉Module X has no exported member Y [False Positive]
Open
Tooling
Node
A single tsconfig - is it possible at all?
Resolved
Return type of function that accepts Prisma.UserFindUniqueArgs
Open
In `d.ts` how do I create a global typed by a namespace?
Open
Handling possibly undefined values without `?.`
Resolved
Restrict CommonJS Imports/Exports in noEmit mode
Resolved
Should I have to modify `moduleResolution` to use the `entities` package?
Resolved
a native alternative to MaybePromise?
Open
Map over an array
Open
Tooling
Why can I map over an array?
Open
[React/Typescript] Passing reference of an instance of an object in the parent component to child.
Resolved
React
Incorrect "unreachable code"
Resolved
extends does not match nulls
Open
Issues with `useDefineForClassFields`
Open
How to get the keys of a string enum
Open
How do modules work? Or, how the heck do I run files
Open
Tooling
Using Record and Enum together
Resolved
Omit<T, K> turns required properties into optional when one union branch becomes {}
Open
Can't assign later with index signature mapped types
Resolved
I'm trying to make a type for the values of a property of an array and prefix them.
Open
Looping and mapping an Enum
Resolved
Type overload wit Params and ResultType
Open
for-of loops, inferring item type
Open
type object with key from argument
Resolved
Typing a tree w/o a children property
Null-handling vs. non-null-handling callbacks
Resolved
`ReferenceError: System is not defined` when loading compiled script in the browser
Open
Type <A> does not satisfy the expected type <T>. <A> is assignable to the constraint of type <T>,
Resolved
DefinitelyTyped - What does `Needs maintainer action` Mean?
Open
Help understanding modified Pick type specified in TypeScript wiki
Open
"error: 'var' is declared but never read" but but I do read it
Resolved
How to bind js output with ts source files in vscode's browser debuggers?
Open
Tooling
Node
Typescript Class literal generics options and autocompletion
Resolved
Tooling