Files
gitbook/types/global.d.ts
Samy Pessé 77f769c9c2 Fix some TS issues and group import during lint (#2)
* Start fixing TS errors

* Continue

* Also add dom.iterable

* Group header and lint
2023-11-12 21:17:18 +01:00

5 lines
129 B
TypeScript

// Needed because of https://github.com/oven-sh/bun/issues/358
/// <reference lib="dom" />
/// <reference lib="dom.iterable" />