Skip to content

Commit 586703c

Browse files
committed
enable skipLibCheck in example
1 parent eb21f7b commit 586703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lucene/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@
108108

109109
/* Completeness */
110110
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
111+
"skipLibCheck": false /* Skip type checking all .d.ts files. */
112112
}
113113
}

0 commit comments

Comments
 (0)