Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f373f34

Browse files
authoredJan 14, 2023
chore: enable skipLibCheck in tsconfig.json (#48)
1 parent 9e06bc0 commit f373f34

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
@@ -33,7 +33,8 @@
3333
"strictFunctionTypes": true,
3434
"strictNullChecks": true,
3535
"strictPropertyInitialization": true,
36-
"target": "es2015"
36+
"target": "es2015",
37+
"skipLibCheck": true
3738
},
3839
"include": [
3940
"src/**/*.ts"

0 commit comments

Comments
 (0)
Please sign in to comment.