-
I used npx tdx to create a node package. When I add ioredis and use the redis.hgetall command, upon build I get a typescript Error semantic error TS2339: Property 'hgetall' does not exist on type 'Re…
-
This works
`import { handler as tipping } from "./handler/tipping.js";`
This doesn't
`import { handler as tipping } from "./handler/tipping";`
`import { handler as tipping } from "./handler/tippin…
-
When trying to run a service with the following TSConfig:
```
"module": "ESNext",
"moduleResolution": "node",
```
an error is thrown:
```
import { Parser as T } from "../../../../node_m…
-
### Steps to reproduce
Link to live example: https://stackblitz.com/edit/vitejs-vite-afbuyz?file=src%2FApp.tsx&view=editor
Steps:
1. Use MUI with styled-components (https://mui.com/material-ui/in…
megos updated
2 weeks ago
-
### Preflight Checklist
- [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success.
### What pa…
-
\@zenfs/core 1.4.2 is incompatible with \@types/node 20.16.12 or newer.
TypeScript compiler raises TS2420 and TS2416 errors.
## package.json
```json
{
"private": true,
"type": "module",
…
-
My tsup.config.ts:
```ts
import { defineConfig } from "tsup";
export default defineConfig({
name: 'tsup',
entry: ["src/index.ts"],
dts: {
resolve: true,
entry: …
-
my tsconfig.js
```
{
"compilerOptions": {
"target": "esnext",
"lib": [
"esnext"
],
"module": "commonjs",
"types": [
"@typescript-to-lua/language-extension…
-
```
Could not find a declaration file for module '@hyperplay/next-auth-steam'. '/home/dev/projects/MindKnight/MindKnight-client--react-ts/app/node_modules/@hyperplay/next-auth-steam/dist/index.es.js'…
-
**Problem Description:**
I am encountering an `ERR_OSSL_UNSUPPORTED` error when calling the `Spot.newOrder` and `Spot.testNewOrder` methods from the `@binance/connector-typescript` library. The error…