Skip to content

Commit

Permalink
fix: adding skipLibCheck to frontend tsconfig file to stop type check…
Browse files Browse the repository at this point in the history
…ing dependencies
  • Loading branch information
JoblersTune committed Mar 12, 2024
1 parent bb3e7df commit 6a5137b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"skipLibCheck": true,
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"isolatedModules": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 6a5137b

Please sign in to comment.