-
Do you have marzjs.d.ts for TS use? Can you make one?
-
Given issue #258 would there be any interest in simply converting this to be Typescript based?
-
We're requiring unfortunate TypeScript flags that mark our library as very broken (`skipLibCheck: true`).
This is mainly due to our JS files including bad "type" info into d.ts files.
We'll want to …
-
While trying to follow the examples and import `tz` like this:
```
import { tz } from "@date-fns/tz";
```
I get the following TypeScript error: `typescript: Module '"@date-fns/tz"' has no exported mem…
-
Need to explore if adding d.ts files would be supported as is or additional work to have construct generate these.

https://github.com/PacoVK/ollama-deep-researcher-ts
-
## Feature Request: Convert JavaScript Codebase to TypeScript
**Description:**
Currently, our application is written entirely in JavaScript. To improve code maintainability, scalability, and develop…
-
Hello.
Would you be interested in rewriting the frontend in TypeScript? It could make development easier and help identify common type bugs. I do I understand if you prefer not to use TypeScript :)…
-
Current the library doesn't have typescript support. I would like typescript support so that I can use it in my projects involving typescript code