Skip to content

Commit

Permalink
Update tsconfig.json files with include and skipLibCheck options
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 26, 2024
1 parent bb2c860 commit e8be3de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"DOM",
"DOM.Iterable"
]
}
},
"include": [
"src/**/*.tsx",
"e2e/**/*.tsx"
]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
"allowJs": true
"allowJs": true,
"skipLibCheck": true
},
"exclude": [
"**/dist/**",
Expand Down

0 comments on commit e8be3de

Please sign in to comment.