feat(check): turn on noImplicitOverride (#25695)

Closes https://github.com/denoland/deno/issues/11836

Ref https://github.com/denoland/deno/issues/25162
This commit is contained in:
Bartek Iwańczuk 2024-09-18 14:49:30 +01:00 committed by GitHub
parent 7533492a78
commit 48ea4e3c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 6 deletions

View file

@ -1129,6 +1129,7 @@ impl Default for LspTsConfig {
"module": "esnext",
"moduleDetection": "force",
"noEmit": true,
"noImplicitOverride": true,
"resolveJsonModule": true,
"strict": true,
"target": "esnext",