Skip to content

Commit cf80a9d

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/license-file-gatherer
2 parents 3dabf6d + fc7725c commit cf80a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102

103103
/* Completeness */
104104
"skipDefaultLibCheck": false, /* Skip type checking .d.ts files that are included with TypeScript. */
105-
"skipLibCheck": false /* Skip type checking all .d.ts files. */
105+
// needed for https://github.com/oozcitak/util/issues/13
106+
"skipLibCheck": true /* Skip type checking all .d.ts files. */
106107
},
107108
"exclude": [
108109
"node_modules",

0 commit comments

Comments
 (0)