Skip to content

Commit ff26cce

Browse files
authored
Enable skipLibCheck in tsconfig (#130)
1 parent f8ddd42 commit ff26cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"noUncheckedIndexedAccess": true,
1616
"esModuleInterop": true,
1717
"resolveJsonModule": true,
18-
"skipLibCheck": false
18+
"skipLibCheck": true
1919
},
2020
"include": ["src"],
2121
"exclude": ["**/*.test.js"]

0 commit comments

Comments
 (0)