Skip to content

Commit

Permalink
Remove unneccessary types specification in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Sep 9, 2022
1 parent 54721ee commit f8635c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/landing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"esnext",
"dom"
],
"types": ["vite/client", "vite-plugin-pages/client"],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
Expand Down
1 change: 0 additions & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"esnext",
"dom"
],
"types": ["vite/client", "vite-plugin-pages/client"],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit f8635c1

Please sign in to comment.