Skip to content

Commit

Permalink
Skip lib in prod app
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Aug 8, 2024
1 parent a484c2a commit 86413a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/production-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"moduleResolution": "NodeNext",
"target": "esnext",
"lib": ["esnext"],
"strict": true
"strict": true,
"skipLibCheck": true
}
}

0 comments on commit 86413a5

Please sign in to comment.