Skip to content

Commit a254a74

Browse files
authored
Merge branch 'sindresorhus:main' into SplitOnSpread
2 parents 98c6e1c + 041e67e commit a254a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"target": "ES2023", // Node.js 20
99
"lib": [
1010
"ES2023",
11+
"DOM"
1112
],
1213
"types": [], // Ensures no @types/ are unintentionally included
1314
"exactOptionalPropertyTypes": true,
14-
// "skipLibCheck": false, // Ensures .d.ts files are checked: https://github.com/sindresorhus/tsconfig/issues/15
15-
"skipLibCheck": true, // We cannot have this to false for now as it checks invalid stuff in our dependency tree too.
15+
"skipLibCheck": false, // Ensures .d.ts files are checked: https://github.com/sindresorhus/tsconfig/issues/15
1616
}
1717
}

0 commit comments

Comments
 (0)