Skip to content

Commit

Permalink
chore: use skipLibCheck (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Sep 14, 2023
1 parent 6aa8585 commit cbf1481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"sourceRoot": "src",
"strict": true,
"strictNullChecks": true,
"target": "es2015"
"target": "es2015",

"skipLibCheck": true,
},
"include": ["src/**/*.ts"]
}

0 comments on commit cbf1481

Please sign in to comment.