-
## Bug report
### Required System information
- Node.js version: 18.15.0
- NPM version: 9.8.0
- Strapi version: 4.14.2
- Database: MySQL
- Is your project Javascript or Typescript: Typescrip…
-
Could not find a declaration file for module '@lucasmogari/react-pagination'. 'node_modules/@lucasmogari/react-pagination/dist/react-pagination.es.js' implicitly has an 'any' type.
There are types …
-
No overload matches this call.
Overload 1 of 2, '(props: Settings): Slider', gave the following error.
Type 'Element[] | undefined' is not assignable to type 'ReactNode'.
Type 'Element[…
-
May I suggested adding TSTyche, https://github.com/tstyche/tstyche to the Tooling section?
This is my project. Notable features:
- tests using specified versions of TypeScript, `tstyche --target…
-
### Should this be an RFC?
- [x] This is not a substantial change
### Which package is this a feature request for?
Task (@lit/task)
### Description
TypeScript 5.0 [added the `const` modifier for …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the bug
The script part of AST specifically imports are missing `importKind` type
### Reproduction
```ts
import { parse } from 'svelte/compiler';
const ast = parse(`
i…
-
### 🔎 Search Terms
Hi, I have an angular application that was running perfectly fine but recently started giving an error in heroku deployment. No matter what I try, I continue to get the same error.…
-
### What would you like?
When using `cy.wrap` with a Promise the resulting type currently does not get inferred automatically. Instead generics need to be passed explicitly.
```typescript
const get…
-
sorry to say this has come up again
tsconfig
```json
{
"include": ["api/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
"compilerOptions": {
"target": "ES2020",
"module"…