Skip to content

Commit

Permalink
Ensure no @types/ are unintentionally included
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 11, 2024
1 parent 60712f1 commit d119c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lib": [
"ES2021",
],
"types": [], // Ensures no @types/ are unintentionally included
"exactOptionalPropertyTypes": true,
"skipLibCheck": false, // Ensures .d.ts files are checked: https://github.com/sindresorhus/tsconfig/issues/15

Expand Down

0 comments on commit d119c0f

Please sign in to comment.