Skip to content

Commit 5e7c61f

Browse files
authored
Revert skipLibCheck: TypeScript 5.7 natively supports Buffer<T> generic type
1 parent c76d24c commit 5e7c61f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"noUnusedParameters": true,
2727
"noFallthroughCasesInSwitch": true,
2828
"resolveJsonModule": true,
29-
"removeComments": true,
30-
"skipLibCheck": true
29+
"removeComments": true
3130
},
3231
"exclude": [
3332
"node_modules",

0 commit comments

Comments
 (0)