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 3dabf6d + fc7725c commit cf80a9dCopy full SHA for cf80a9d
tsconfig.json
@@ -102,7 +102,8 @@
102
103
/* Completeness */
104
"skipDefaultLibCheck": false, /* Skip type checking .d.ts files that are included with TypeScript. */
105
- "skipLibCheck": false /* Skip type checking all .d.ts files. */
+ // needed for https://github.com/oozcitak/util/issues/13
106
+ "skipLibCheck": true /* Skip type checking all .d.ts files. */
107
},
108
"exclude": [
109
"node_modules",
0 commit comments