Skip to content

Commit

Permalink
Skip type checking node modules in the Remix template
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Dec 4, 2023
1 parent 9e24044 commit b0628a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"strict": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
Expand Down

1 comment on commit b0628a0

@vercel
Copy link

@vercel vercel bot commented on b0628a0 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.