Skip to content

Commit

Permalink
chore: enable skipLibCheck in tsconfig.json (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Jan 14, 2023
1 parent 9e06bc0 commit f373f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "es2015"
"target": "es2015",
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit f373f34

Please sign in to comment.