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.
2 parents 98c6e1c + 041e67e commit a254a74Copy full SHA for a254a74
tsconfig.json
@@ -8,10 +8,10 @@
8
"target": "ES2023", // Node.js 20
9
"lib": [
10
"ES2023",
11
+ "DOM"
12
],
13
"types": [], // Ensures no @types/ are unintentionally included
14
"exactOptionalPropertyTypes": true,
- // "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.
+ "skipLibCheck": false, // Ensures .d.ts files are checked: https://github.com/sindresorhus/tsconfig/issues/15
16
}
17
0 commit comments