-
### Discussed in https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/58156
Reproduction case:
```ts
import Koa from "koa"
const app = new Koa()
app.use(ctx => {
ctx.assert(fal…
-
Example:
```ts
import { z, object, number, literal } from 'zod';
/**
* A Position is an array of coordinates.
* https://tools.ietf.org/html/rfc7946#section-3.1.1
* Array should contain betw…
-
When using `@types/google__maps` in a project, `tsc` seems to work without issue, however both [YousefED/typescript-json-schema](https://github.com/YousefED/typescript-json-schema) and [vega/ts-json-s…
-
Can you add TypeScript Typings?
-
`inspector.Session` classの `` イベントのイベント名は実行時までわからないのでexternを書くのが難しそうです.
https://nodejs.org/api/inspector.html#inspector_event_inspector_protocol_method
-
Can we add types description for React types, that can be supported for docs generators?
For example we use next inheritance:
```
import React, { ButtonHTMLAttributes, FC } from 'react'
expo…
-
Webpack contains its own typings in the form of
https://github.com/webpack/webpack/blob/master/types.d.ts
The README states
```
Removing a package
When a package bundles its own types, type…
dl748 updated
3 years ago
-
Sometimes our daily build fails with an ENOENT error. tsd tries to open a cache file, which does not exists.
[ERR!] Error: ENOENT, open 'C:\Users\***\AppData\Roaming\tsd-cache\borisyankov-Definitely…
-
## Describe the bug
**Node.js version:** 18.12.1
**Typescript version:** 4.9.4
**Koa version:** 2.14.1 (types: 2.13.5)
**OS version:** Mac OS 13.0.1
**Description:** Context's `session`…
-
### 🔍 Search Terms
expose `tsconfig.json` types to developers
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn't change th…