We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c59d3 commit 231839fCopy full SHA for 231839f
docs/errors/E0358.md
@@ -18,6 +18,9 @@ declare namespace jQuery {
18
}
19
```
20
21
-Known issues with quick-lint-js:
22
-* [possible false positive with 'declare' inside 'declare
23
- module'](https://github.com/quick-lint/quick-lint-js/issues/1142)
+This bug is common in `.d.ts` files because many projects use [`skipLibCheck` in
+`tsconfig.json`](https://www.typescriptlang.org/tsconfig#skipLibCheck) which
+disables TypeScript's checking of `.d.ts` files. We recommend fixing your
24
+`.d.ts` files as described above. If you disagree, please [discuss this with the
25
+quick-lint-js
26
+maintainers](https://github.com/quick-lint/quick-lint-js/issues/1142).
0 commit comments